#556282

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

Shades of Kashmir Blue #556282

Tints of Kashmir Blue #556282

Color information

#556282 (or 0x556282) is unknown color: approx Kashmir Blue. HEX triplet: 55, 62 and 82. RGB value is (85,98,130). Sum of RGB (Red+Green+Blue) = 85+98+130=313 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.16% from 313); Green value is 98 (38.67% from 255 or 31.31% from 313); Blue value is 130 (51.17% from 255 or 41.53% from 313); Max value from RGB is 130 - color contains mainly: blue. Hex color #556282 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556282 is #AA9D7D. Grayscale: #616161. Windows color (decimal): -11181438 or 8544853. OLE color: 8544853.

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

Color convert

RGB8598130-
CMYK0.350.2500.49
HSL222.67º20.93%42.16%-
HSV(B)222.67º34.62%50.98%-
XYZ12.1412.2822.85-
YUV97.76146.19118.9-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.16%
GREEN value IS 98 (38.67% from 255) = 31.31%
BLUE value IS 130 (51.17% from 255) = 41.53%
R=27.16%
G=31.31%
B=41.53%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal85981300.350.2500.49222.6720.9342.16
Hex5562822319031df152a
Octal12514220243310613372552
Binary10101011100010100000101000111100101100011101111110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556282; }

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

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

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

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

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

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

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

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