#556F95

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

Shades of Kashmir Blue #556F95

Tints of Kashmir Blue #556F95

Color information

#556F95 (or 0x556F95) is unknown color: approx Kashmir Blue. HEX triplet: 55, 6F and 95. RGB value is (85,111,149). Sum of RGB (Red+Green+Blue) = 85+111+149=345 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.64% from 345); Green value is 111 (43.75% from 255 or 32.17% from 345); Blue value is 149 (58.59% from 255 or 43.19% from 345); Max value from RGB is 149 - color contains mainly: blue. Hex color #556F95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556F95 is #AA906A. Grayscale: #6B6B6B. Windows color (decimal): -11178091 or 9793365. OLE color: 9793365.

HSL color Cylindrical-coordinate representation of color #556F95: hue angle of 215.62º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #556F95 is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB85111149-
CMYK0.430.2600.42
HSL215.62º27.35%45.88%-
HSV(B)215.62º42.95%58.43%-
XYZ14.8615.4730.64-
YUV107.56151.39111.91-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.64%
GREEN value IS 111 (43.75% from 255) = 32.17%
BLUE value IS 149 (58.59% from 255) = 43.19%
R=24.64%
G=32.17%
B=43.19%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal851111490.430.2600.42215.6227.3545.88
Hex556F952B1A02Ad81b2e
Octal12515722553320523303356
Binary10101011101111100101011010111101001010101101100011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556F95; }

 p { color: rgb(85,111,149); }

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

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

 a { background-color: rgb(85,111,149); }

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

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

 span { border-color: rgb(85,111,149); }

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