#556689

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

Shades of Kashmir Blue #556689

Tints of Kashmir Blue #556689

Color information

#556689 (or 0x556689) is unknown color: approx Kashmir Blue. HEX triplet: 55, 66 and 89. RGB value is (85,102,137). Sum of RGB (Red+Green+Blue) = 85+102+137=324 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.23% from 324); Green value is 102 (40.23% from 255 or 31.48% from 324); Blue value is 137 (53.91% from 255 or 42.28% from 324); Max value from RGB is 137 - color contains mainly: blue. Hex color #556689 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556689 is #AA9976. Grayscale: #646464. Windows color (decimal): -11180407 or 9004629. OLE color: 9004629.

HSL color Cylindrical-coordinate representation of color #556689: hue angle of 220.38º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #556689 is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB85102137-
CMYK0.380.2600.46
HSL220.38º23.42%43.53%-
HSV(B)220.38º37.96%53.73%-
XYZ13.0113.2425.54-
YUV100.91148.37116.65-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.23%
GREEN value IS 102 (40.23% from 255) = 31.48%
BLUE value IS 137 (53.91% from 255) = 42.28%
R=26.23%
G=31.48%
B=42.28%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal851021370.380.2600.46220.3823.4243.53
Hex556689261A02Edc172c
Octal12514621146320563342754
Binary10101011100110100010011001101101001011101101110010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556689; }

 p { color: rgb(85,102,137); }

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

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

 a { background-color: rgb(85,102,137); }

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

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

 span { border-color: rgb(85,102,137); }

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