#556f8f

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

Shades of Kashmir Blue #556F8F

Tints of Kashmir Blue #556F8F

Color information

#556F8F (or 0x556F8F) is unknown color: approx Kashmir Blue. HEX triplet: 55, 6F and 8F. RGB value is (85,111,143). Sum of RGB (Red+Green+Blue) = 85+111+143=339 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.07% from 339); Green value is 111 (43.75% from 255 or 32.74% from 339); Blue value is 143 (56.25% from 255 or 42.18% from 339); Max value from RGB is 143 - color contains mainly: blue. Hex color #556F8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556F8F is #AA9070. Grayscale: #6A6A6A. Windows color (decimal): -11178097 or 9400149. OLE color: 9400149.

HSL color Cylindrical-coordinate representation of color #556F8F: hue angle of 213.1º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #556F8F is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB85111143-
CMYK0.410.2200.44
HSL213.1º25.44%44.71%-
HSV(B)213.1º40.56%56.08%-
XYZ14.3915.2828.18-
YUV106.87148.39112.4-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.07%
GREEN value IS 111 (43.75% from 255) = 32.74%
BLUE value IS 143 (56.25% from 255) = 42.18%
R=25.07%
G=32.74%
B=42.18%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal851111430.410.2200.44213.125.4444.71
Hex556F8F291602Cd5192d
Octal12515721751260543253155
Binary10101011101111100011111010011011001011001101010111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556f8f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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