#556389

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

Shades of Kashmir Blue #556389

Tints of Kashmir Blue #556389

Color information

#556389 (or 0x556389) is unknown color: approx Kashmir Blue. HEX triplet: 55, 63 and 89. RGB value is (85,99,137). Sum of RGB (Red+Green+Blue) = 85+99+137=321 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.48% from 321); Green value is 99 (39.06% from 255 or 30.84% from 321); Blue value is 137 (53.91% from 255 or 42.68% from 321); Max value from RGB is 137 - color contains mainly: blue. Hex color #556389 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556389 is #AA9C76. Grayscale: #626262. Windows color (decimal): -11181175 or 9003861. OLE color: 9003861.

HSL color Cylindrical-coordinate representation of color #556389: hue angle of 223.85º 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 #556389 is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8599137-
CMYK0.380.2800.46
HSL223.85º23.42%43.53%-
HSV(B)223.85º37.96%53.73%-
XYZ12.7212.6625.44-
YUV99.15149.36117.91-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.48%
GREEN value IS 99 (39.06% from 255) = 30.84%
BLUE value IS 137 (53.91% from 255) = 42.68%
R=26.48%
G=30.84%
B=42.68%

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
Decimal85991370.380.2800.46223.8523.4243.53
Hex556389261C02Ee0172c
Octal12514321146340563402754
Binary10101011100011100010011001101110001011101110000010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556389; }

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

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

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

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

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

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

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

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