#556885

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

Shades of Kashmir Blue #556885

Tints of Kashmir Blue #556885

Color information

#556885 (or 0x556885) is unknown color: approx Kashmir Blue. HEX triplet: 55, 68 and 85. RGB value is (85,104,133). Sum of RGB (Red+Green+Blue) = 85+104+133=322 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.40% from 322); Green value is 104 (41.02% from 255 or 32.30% from 322); Blue value is 133 (52.34% from 255 or 41.30% from 322); Max value from RGB is 133 - color contains mainly: blue. Hex color #556885 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556885 is #AA977A. Grayscale: #656565. Windows color (decimal): -11179899 or 8742997. OLE color: 8742997.

HSL color Cylindrical-coordinate representation of color #556885: hue angle of 216.25º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #556885 is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB85104133-
CMYK0.360.2200.48
HSL216.25º22.02%42.75%-
HSV(B)216.25º36.09%52.16%-
XYZ12.9313.5324.12-
YUV101.62145.71116.14-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.40%
GREEN value IS 104 (41.02% from 255) = 32.30%
BLUE value IS 133 (52.34% from 255) = 41.30%
R=26.40%
G=32.30%
B=41.30%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal851041330.360.2200.48216.2522.0242.75
Hex5568852416030d8162b
Octal12515020544260603302653
Binary10101011101000100001011001001011001100001101100010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556885; }

 p { color: rgb(85,104,133); }

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

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

 a { background-color: rgb(85,104,133); }

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

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

 span { border-color: rgb(85,104,133); }

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