#556F8B

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

Shades of Kashmir Blue #556F8B

Tints of Kashmir Blue #556F8B

Color information

#556F8B (or 0x556F8B) is unknown color: approx Kashmir Blue. HEX triplet: 55, 6F and 8B. RGB value is (85,111,139). Sum of RGB (Red+Green+Blue) = 85+111+139=335 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.37% from 335); Green value is 111 (43.75% from 255 or 33.13% from 335); Blue value is 139 (54.69% from 255 or 41.49% from 335); Max value from RGB is 139 - color contains mainly: blue. Hex color #556F8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556F8B is #AA9074. Grayscale: #6A6A6A. Windows color (decimal): -11178101 or 9138005. OLE color: 9138005.

HSL color Cylindrical-coordinate representation of color #556F8B: hue angle of 211.11º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #556F8B is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB85111139-
CMYK0.390.2000.45
HSL211.11º24.11%43.92%-
HSV(B)211.11º38.85%54.51%-
XYZ14.0915.1626.61-
YUV106.42146.39112.72-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.37%
GREEN value IS 111 (43.75% from 255) = 33.13%
BLUE value IS 139 (54.69% from 255) = 41.49%
R=25.37%
G=33.13%
B=41.49%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal851111390.390.2000.45211.1124.1143.92
Hex556F8B271402Dd3182c
Octal12515721347240553233054
Binary10101011101111100010111001111010001011011101001111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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