Html Css Color HEX #556F8B Kashmir Blue

📋 copy color: '#556F8B'

red 85 ◦ green 111 ◦ blue 139

#556F8B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kashmir Blue #556F8B

Tints of Kashmir Blue #556F8B

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 value IS 0.39

 M value IS 0.20

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#556F8B (or 0x556F8B) is known color: 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

RGB 85 111 139 -
CMYK 0.39 0.20 0 0.45
HSL 211.11º 0.24% 0.44% -
HSV(B) 211.11º 0.39% 0.55% -
XYZ 14.09 15.16 26.61 -
YUV 106.42 146.39 112.72 -
System Red Green Blue C M Y K H S L
Decimal 85 111 139 0.39 0.20 0 0.45 211.11 0.24 0.44
Hex 55 6F 8B 27 14 0 2D D3 18 2C
Octal 125 157 213 47 24 0 55 323 30 54
Binary 1010101 1101111 10001011 100111 10100 0 101101 11010011 11000 101100

Color Harmonies of #556F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556F8B

Black with #556F8B

Text Example


Text Example

White with #556F8B

Text Example


Text Example

HTML Codes & Css Web 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>