#556284

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

Shades of Kashmir Blue #556284

Tints of Kashmir Blue #556284

Color information

#556284 (or 0x556284) is unknown color: approx Kashmir Blue. HEX triplet: 55, 62 and 84. RGB value is (85,98,132). Sum of RGB (Red+Green+Blue) = 85+98+132=315 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.98% from 315); Green value is 98 (38.67% from 255 or 31.11% from 315); Blue value is 132 (51.95% from 255 or 41.90% from 315); Max value from RGB is 132 - color contains mainly: blue. Hex color #556284 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556284 is #AA9D7B. Grayscale: #616161. Windows color (decimal): -11181436 or 8675925. OLE color: 8675925.

HSL color Cylindrical-coordinate representation of color #556284: hue angle of 223.4º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #556284 is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8598132-
CMYK0.360.2600.48
HSL223.4º21.66%42.55%-
HSV(B)223.4º35.61%51.76%-
XYZ12.2812.3323.56-
YUV97.99147.19118.74-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.98%
GREEN value IS 98 (38.67% from 255) = 31.11%
BLUE value IS 132 (51.95% from 255) = 41.90%
R=26.98%
G=31.11%
B=41.90%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal85981320.360.2600.48223.421.6642.55
Hex556284241A030df162b
Octal12514220444320603372653
Binary10101011100010100001001001001101001100001101111110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556284; }

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

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

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

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

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

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

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

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