#556289

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

Shades of Kashmir Blue #556289

Tints of Kashmir Blue #556289

Color information

#556289 (or 0x556289) is unknown color: approx Kashmir Blue. HEX triplet: 55, 62 and 89. RGB value is (85,98,137). Sum of RGB (Red+Green+Blue) = 85+98+137=320 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.56% from 320); Green value is 98 (38.67% from 255 or 30.62% from 320); Blue value is 137 (53.91% from 255 or 42.81% from 320); Max value from RGB is 137 - color contains mainly: blue. Hex color #556289 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556289 is #AA9D76. Grayscale: #626262. Windows color (decimal): -11181431 or 9003605. OLE color: 9003605.

HSL color Cylindrical-coordinate representation of color #556289: hue angle of 225º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #556289 is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8598137-
CMYK0.380.2800.46
HSL225º23.42%43.53%-
HSV(B)225º37.96%53.73%-
XYZ12.6312.4725.41-
YUV98.56149.69118.33-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.56%
GREEN value IS 98 (38.67% from 255) = 30.62%
BLUE value IS 137 (53.91% from 255) = 42.81%
R=26.56%
G=30.62%
B=42.81%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal85981370.380.2800.4622523.4243.53
Hex556289261C02Ee1172c
Octal12514221146340563412754
Binary10101011100010100010011001101110001011101110000110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556289; }

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

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

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

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

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

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

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

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