#55718D

Color #55718D Kashmir Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kashmir Blue #55718D

Tints of Kashmir Blue #55718D

Color information

#55718D (or 0x55718D) is unknown color: approx Kashmir Blue. HEX triplet: 55, 71 and 8D. RGB value is (85,113,141). Sum of RGB (Red+Green+Blue) = 85+113+141=339 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.07% from 339); Green value is 113 (44.53% from 255 or 33.33% from 339); Blue value is 141 (55.47% from 255 or 41.59% from 339); Max value from RGB is 141 - color contains mainly: blue. Hex color #55718D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55718D is #AA8E72. Grayscale: #6B6B6B. Windows color (decimal): -11177587 or 9269589. OLE color: 9269589.

HSL color Cylindrical-coordinate representation of color #55718D: hue angle of 210º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #55718D is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB85113141-
CMYK0.400.2000.45
HSL210º24.78%44.31%-
HSV(B)210º39.72%55.29%-
XYZ14.4615.6627.46-
YUV107.82146.72111.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 85 (33.59% from 255) = 25.07%
GREEN value IS 113 (44.53% from 255) = 33.33%
BLUE value IS 141 (55.47% from 255) = 41.59%
R=25.07%
G=33.33%
B=41.59%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal851131410.400.2000.4521024.7844.31
Hex55718D281402Dd2192c
Octal12516121550240553223154
Binary10101011110001100011011010001010001011011101001011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55718D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55718D; }

 p { color: rgb(85,113,141); }

 H1.HeaderClassName
 {
   color: #55718D;
 }
 .AnyTagClassName
 {
   color: #55718D;
 }
</style>
background-color css

<style>
 a { background-color: #55718D; }

 a { background-color: rgb(85,113,141); }

 div.DivClassName
 {
   background-color: #55718D;
 }
 .BgClassName
 {
   background-color: #55718D;
 }
</style>
border-color css

<style>
 span { border-color: #55718D; }

 span { border-color: rgb(85,113,141); }

 td.TdClassName
 {
   border-color: #55718D;
 }
 .TagClassName
 {
   border-color: #55718D;
 }
</style>