#556781

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

Shades of Kashmir Blue #556781

Tints of Kashmir Blue #556781

Color information

#556781 (or 0x556781) is unknown color: approx Kashmir Blue. HEX triplet: 55, 67 and 81. RGB value is (85,103,129). Sum of RGB (Red+Green+Blue) = 85+103+129=317 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.81% from 317); Green value is 103 (40.62% from 255 or 32.49% from 317); Blue value is 129 (50.78% from 255 or 40.69% from 317); Max value from RGB is 129 - color contains mainly: blue. Hex color #556781 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556781 is #AA987E. Grayscale: #646464. Windows color (decimal): -11180159 or 8480597. OLE color: 8480597.

HSL color Cylindrical-coordinate representation of color #556781: hue angle of 215.45º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #556781 is Cyan = 0.34, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB85103129-
CMYK0.340.2000.49
HSL215.45º20.56%41.96%-
HSV(B)215.45º34.11%50.59%-
XYZ12.5613.2222.66-
YUV100.58144.04116.89-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.81%
GREEN value IS 103 (40.62% from 255) = 32.49%
BLUE value IS 129 (50.78% from 255) = 40.69%
R=26.81%
G=32.49%
B=40.69%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal851031290.340.2000.49215.4520.5641.96
Hex5567812214031d7152a
Octal12514720142240613272552
Binary10101011100111100000011000101010001100011101011110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556781; }

 p { color: rgb(85,103,129); }

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

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

 a { background-color: rgb(85,103,129); }

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

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

 span { border-color: rgb(85,103,129); }

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