#556581

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

Shades of Kashmir Blue #556581

Tints of Kashmir Blue #556581

Color information

#556581 (or 0x556581) is unknown color: approx Kashmir Blue. HEX triplet: 55, 65 and 81. RGB value is (85,101,129). Sum of RGB (Red+Green+Blue) = 85+101+129=315 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.98% from 315); Green value is 101 (39.84% from 255 or 32.06% from 315); Blue value is 129 (50.78% from 255 or 40.95% from 315); Max value from RGB is 129 - color contains mainly: blue. Hex color #556581 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556581 is #AA9A7E. Grayscale: #636363. Windows color (decimal): -11180671 or 8480085. OLE color: 8480085.

HSL color Cylindrical-coordinate representation of color #556581: hue angle of 218.18º 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 #556581 is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB85101129-
CMYK0.340.2200.49
HSL218.18º20.56%41.96%-
HSV(B)218.18º34.11%50.59%-
XYZ12.3612.8222.59-
YUV99.41144.7117.72-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.98%
GREEN value IS 101 (39.84% from 255) = 32.06%
BLUE value IS 129 (50.78% from 255) = 40.95%
R=26.98%
G=32.06%
B=40.95%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal851011290.340.2200.49218.1820.5641.96
Hex5565812216031da152a
Octal12514520142260613322552
Binary10101011100101100000011000101011001100011101101010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556581; }

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

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

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

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

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

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

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

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