#556482

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

Shades of Kashmir Blue #556482

Tints of Kashmir Blue #556482

Color information

#556482 (or 0x556482) is unknown color: approx Kashmir Blue. HEX triplet: 55, 64 and 82. RGB value is (85,100,130). Sum of RGB (Red+Green+Blue) = 85+100+130=315 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.98% from 315); Green value is 100 (39.45% from 255 or 31.75% from 315); Blue value is 130 (51.17% from 255 or 41.27% from 315); Max value from RGB is 130 - color contains mainly: blue. Hex color #556482 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556482 is #AA9B7D. Grayscale: #626262. Windows color (decimal): -11180926 or 8545365. OLE color: 8545365.

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

Color convert

RGB85100130-
CMYK0.350.2300.49
HSL220º20.93%42.16%-
HSV(B)220º34.62%50.98%-
XYZ12.3312.6622.91-
YUV98.94145.53118.06-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.98%
GREEN value IS 100 (39.45% from 255) = 31.75%
BLUE value IS 130 (51.17% from 255) = 41.27%
R=26.98%
G=31.75%
B=41.27%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal851001300.350.2300.4922020.9342.16
Hex5564822317031dc152a
Octal12514420243270613342552
Binary10101011100100100000101000111011101100011101110010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556482; }

 p { color: rgb(85,100,130); }

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

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

 a { background-color: rgb(85,100,130); }

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

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

 span { border-color: rgb(85,100,130); }

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