Html Css Color HEX #556E8B Kashmir Blue

📋 copy color: '#556E8B'

red 85 ◦ green 110 ◦ blue 139

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

Shades of Kashmir Blue #556E8B

Tints of Kashmir Blue #556E8B

RGB

 RED value IS 85 (33.59% from 255) = 25.45%

 GREEN value IS 110 (43.36% from 255) = 32.93%

 BLUE value IS 139 (54.69% from 255) = 41.62%

R = 25.45%
G = 32.93%
B = 41.62%

CMYK

 C value IS 0.39

 M value IS 0.21

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#556E8B (or 0x556E8B) is known color: Kashmir Blue. HEX triplet: 55, 6E and 8B. RGB value is (85,110,139). Sum of RGB (Red+Green+Blue) = 85+110+139=334 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.45% from 334); Green value is 110 (43.36% from 255 or 32.93% from 334); Blue value is 139 (54.69% from 255 or 41.62% from 334); Max value from RGB is 139 - color contains mainly: blue. Hex color #556E8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556E8B is #AA9174. Grayscale: #696969. Windows color (decimal): -11178357 or 9137749. OLE color: 9137749.

HSL color Cylindrical-coordinate representation of color #556E8B: hue angle of 212.22º 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 #556E8B is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 85 110 139 -
CMYK 0.39 0.21 0 0.45
HSL 212.22º 0.24% 0.44% -
HSV(B) 212.22º 0.39% 0.55% -
XYZ 13.98 14.95 26.57 -
YUV 105.83 146.72 113.14 -
System Red Green Blue C M Y K H S L
Decimal 85 110 139 0.39 0.21 0 0.45 212.22 0.24 0.44
Hex 55 6E 8B 27 15 0 2D D4 18 2C
Octal 125 156 213 47 25 0 55 324 30 54
Binary 1010101 1101110 10001011 100111 10101 0 101101 11010100 11000 101100

Color Harmonies of #556E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556E8B

Black with #556E8B

Text Example


Text Example

White with #556E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #556E8B;
 }
 .AnyTagClassName
 {
   color: #556E8B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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