Html Css Color HEX #556A87 Kashmir Blue

📋 copy color: '#556A87'

red 85 ◦ green 106 ◦ blue 135

#556A87
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kashmir Blue #556A87

Tints of Kashmir Blue #556A87

RGB

 RED value IS 85 (33.59% from 255) = 26.07%

 GREEN value IS 106 (41.8% from 255) = 32.52%

 BLUE value IS 135 (53.13% from 255) = 41.41%

R = 26.07%
G = 32.52%
B = 41.41%

CMYK

 C value IS 0.37

 M value IS 0.21

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#556A87 (or 0x556A87) is known color: Kashmir Blue. HEX triplet: 55, 6A and 87. RGB value is (85,106,135). Sum of RGB (Red+Green+Blue) = 85+106+135=326 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.07% from 326); Green value is 106 (41.80% from 255 or 32.52% from 326); Blue value is 135 (53.12% from 255 or 41.41% from 326); Max value from RGB is 135 - color contains mainly: blue. Hex color #556A87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556A87 is #AA9578. Grayscale: #666666. Windows color (decimal): -11179385 or 8874581. OLE color: 8874581.

HSL color Cylindrical-coordinate representation of color #556A87: hue angle of 214.8º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #556A87 is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 85 106 135 -
CMYK 0.37 0.21 0 0.47
HSL 214.8º 0.23% 0.43% -
HSV(B) 214.8º 0.37% 0.53% -
XYZ 13.27 13.99 24.92 -
YUV 103.03 146.04 115.14 -
System Red Green Blue C M Y K H S L
Decimal 85 106 135 0.37 0.21 0 0.47 214.8 0.23 0.43
Hex 55 6A 87 25 15 0 2F D7 17 2B
Octal 125 152 207 45 25 0 57 327 27 53
Binary 1010101 1101010 10000111 100101 10101 0 101111 11010111 10111 101011

Color Harmonies of #556A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556A87

Black with #556A87

Text Example


Text Example

White with #556A87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556A87; }

 p { color: rgb(85,106,135); }

 H1.HeaderClassName
 {
   color: #556A87;
 }
 .AnyTagClassName
 {
   color: #556A87;
 }
</style>

background-color css

<style>
 a { background-color: #556A87; }

 a { background-color: rgb(85,106,135); }

 div.DivClassName
 {
   background-color: #556A87;
 }
 .BgClassName
 {
   background-color: #556A87;
 }
</style>

border-color css

<style>
 span { border-color: #556A87; }

 span { border-color: rgb(85,106,135); }

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