#556F94

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

Shades of Kashmir Blue #556F94

Tints of Kashmir Blue #556F94

Color information

#556F94 (or 0x556F94) is unknown color: approx Kashmir Blue. HEX triplet: 55, 6F and 94. RGB value is (85,111,148). Sum of RGB (Red+Green+Blue) = 85+111+148=344 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.71% from 344); Green value is 111 (43.75% from 255 or 32.27% from 344); Blue value is 148 (58.20% from 255 or 43.02% from 344); Max value from RGB is 148 - color contains mainly: blue. Hex color #556F94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556F94 is #AA906B. Grayscale: #6B6B6B. Windows color (decimal): -11178092 or 9727829. OLE color: 9727829.

HSL color Cylindrical-coordinate representation of color #556F94: hue angle of 215.24º 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 #556F94 is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB85111148-
CMYK0.430.2500.42
HSL215.24º27.04%45.69%-
HSV(B)215.24º42.57%58.04%-
XYZ14.7815.4430.22-
YUV107.44150.89111.99-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.71%
GREEN value IS 111 (43.75% from 255) = 32.27%
BLUE value IS 148 (58.20% from 255) = 43.02%
R=24.71%
G=32.27%
B=43.02%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal851111480.430.2500.42215.2427.0445.69
Hex556F942B1902Ad71b2e
Octal12515722453310523273356
Binary10101011101111100101001010111100101010101101011111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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