#556285

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

Shades of Kashmir Blue #556285

Tints of Kashmir Blue #556285

Color information

#556285 (or 0x556285) is unknown color: approx Kashmir Blue. HEX triplet: 55, 62 and 85. RGB value is (85,98,133). Sum of RGB (Red+Green+Blue) = 85+98+133=316 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.90% from 316); Green value is 98 (38.67% from 255 or 31.01% from 316); Blue value is 133 (52.34% from 255 or 42.09% from 316); Max value from RGB is 133 - color contains mainly: blue. Hex color #556285 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556285 is #AA9D7A. Grayscale: #616161. Windows color (decimal): -11181435 or 8741461. OLE color: 8741461.

HSL color Cylindrical-coordinate representation of color #556285: hue angle of 223.75º 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 #556285 is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8598133-
CMYK0.360.2600.48
HSL223.75º22.02%42.75%-
HSV(B)223.75º36.09%52.16%-
XYZ12.3512.3623.93-
YUV98.1147.69118.65-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.90%
GREEN value IS 98 (38.67% from 255) = 31.01%
BLUE value IS 133 (52.34% from 255) = 42.09%
R=26.90%
G=31.01%
B=42.09%

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
Decimal85981330.360.2600.48223.7522.0242.75
Hex556285241A030e0162b
Octal12514220544320603402653
Binary10101011100010100001011001001101001100001110000010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556285; }

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

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

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

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

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

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

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

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