Html Css Color HEX #556E89 Kashmir Blue

📋 copy color: '#556E89'

red 85 ◦ green 110 ◦ blue 137

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

Shades of Kashmir Blue #556E89

Tints of Kashmir Blue #556E89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 41.27%

R = 25.6%
G = 33.13%
B = 41.27%

CMYK

 C value IS 0.38

 M value IS 0.20

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#556E89 (or 0x556E89) is known color: Kashmir Blue. HEX triplet: 55, 6E and 89. RGB value is (85,110,137). Sum of RGB (Red+Green+Blue) = 85+110+137=332 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.60% from 332); Green value is 110 (43.36% from 255 or 33.13% from 332); Blue value is 137 (53.91% from 255 or 41.27% from 332); Max value from RGB is 137 - color contains mainly: blue. Hex color #556E89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556E89 is #AA9176. Grayscale: #696969. Windows color (decimal): -11178359 or 9006677. OLE color: 9006677.

HSL color Cylindrical-coordinate representation of color #556E89: hue angle of 211.15º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #556E89 is Cyan = 0.38, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 85 110 137 -
CMYK 0.38 0.20 0 0.46
HSL 211.15º 0.23% 0.44% -
HSV(B) 211.15º 0.38% 0.54% -
XYZ 13.84 14.89 25.81 -
YUV 105.6 145.72 113.3 -
System Red Green Blue C M Y K H S L
Decimal 85 110 137 0.38 0.20 0 0.46 211.15 0.23 0.44
Hex 55 6E 89 26 14 0 2E D3 17 2C
Octal 125 156 211 46 24 0 56 323 27 54
Binary 1010101 1101110 10001001 100110 10100 0 101110 11010011 10111 101100

Color Harmonies of #556E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556E89

Black with #556E89

Text Example


Text Example

White with #556E89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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