#556386

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

Shades of Kashmir Blue #556386

Tints of Kashmir Blue #556386

Color information

#556386 (or 0x556386) is unknown color: approx Kashmir Blue. HEX triplet: 55, 63 and 86. RGB value is (85,99,134). Sum of RGB (Red+Green+Blue) = 85+99+134=318 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.73% from 318); Green value is 99 (39.06% from 255 or 31.13% from 318); Blue value is 134 (52.73% from 255 or 42.14% from 318); Max value from RGB is 134 - color contains mainly: blue. Hex color #556386 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556386 is #AA9C79. Grayscale: #626262. Windows color (decimal): -11181178 or 8807253. OLE color: 8807253.

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

Color convert

RGB8599134-
CMYK0.370.2600.47
HSL222.86º22.37%42.94%-
HSV(B)222.86º36.57%52.55%-
XYZ12.5112.5824.32-
YUV98.8147.86118.15-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.73%
GREEN value IS 99 (39.06% from 255) = 31.13%
BLUE value IS 134 (52.73% from 255) = 42.14%
R=26.73%
G=31.13%
B=42.14%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal85991340.370.2600.47222.8622.3742.94
Hex556386251A02Fdf162b
Octal12514320645320573372653
Binary10101011100011100001101001011101001011111101111110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556386; }

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

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

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

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

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

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

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

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