#556580

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

Shades of Kashmir Blue #556580

Tints of Kashmir Blue #556580

Color information

#556580 (or 0x556580) is unknown color: approx Kashmir Blue. HEX triplet: 55, 65 and 80. RGB value is (85,101,128). Sum of RGB (Red+Green+Blue) = 85+101+128=314 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.07% from 314); Green value is 101 (39.84% from 255 or 32.17% from 314); Blue value is 128 (50.39% from 255 or 40.76% from 314); Max value from RGB is 128 - color contains mainly: blue. Hex color #556580 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556580 is #AA9A7F. Grayscale: #636363. Windows color (decimal): -11180672 or 8414549. OLE color: 8414549.

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

Color convert

RGB85101128-
CMYK0.340.2100.50
HSL217.67º20.19%41.76%-
HSV(B)217.67º33.59%50.2%-
XYZ12.312.822.24-
YUV99.29144.2117.8-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.07%
GREEN value IS 101 (39.84% from 255) = 32.17%
BLUE value IS 128 (50.39% from 255) = 40.76%
R=27.07%
G=32.17%
B=40.76%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal851011280.340.2100.50217.6720.1941.76
Hex5565802215032da142a
Octal12514520042250623322452
Binary10101011100101100000001000101010101100101101101010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556580; }

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

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

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

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

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

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

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

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