#556F96

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

Shades of Kashmir Blue #556F96

Tints of Kashmir Blue #556F96

Color information

#556F96 (or 0x556F96) is unknown color: approx Kashmir Blue. HEX triplet: 55, 6F and 96. RGB value is (85,111,150). Sum of RGB (Red+Green+Blue) = 85+111+150=346 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.57% from 346); Green value is 111 (43.75% from 255 or 32.08% from 346); Blue value is 150 (58.98% from 255 or 43.35% from 346); Max value from RGB is 150 - color contains mainly: blue. Hex color #556F96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556F96 is #AA9069. Grayscale: #6B6B6B. Windows color (decimal): -11178090 or 9858901. OLE color: 9858901.

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

Color convert

RGB85111150-
CMYK0.430.2600.41
HSL216º27.66%46.08%-
HSV(B)216º43.33%58.82%-
XYZ14.9415.531.06-
YUV107.67151.89111.83-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.57%
GREEN value IS 111 (43.75% from 255) = 32.08%
BLUE value IS 150 (58.98% from 255) = 43.35%
R=24.57%
G=32.08%
B=43.35%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal851111500.430.2600.4121627.6646.08
Hex556F962B1A029d81c2e
Octal12515722653320513303456
Binary10101011101111100101101010111101001010011101100011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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