Html Css Color HEX #556E91 Kashmir Blue

📋 copy color: '#556E91'

red 85 ◦ green 110 ◦ blue 145

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

Shades of Kashmir Blue #556E91

Tints of Kashmir Blue #556E91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 42.65%

R = 25%
G = 32.35%
B = 42.65%

CMYK

 C value IS 0.41

 M value IS 0.24

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#556E91 (or 0x556E91) is known color: Kashmir Blue. HEX triplet: 55, 6E and 91. RGB value is (85,110,145). Sum of RGB (Red+Green+Blue) = 85+110+145=340 (45% of max value = 765). Red value is 85 (33.59% from 255 or 25% from 340); Green value is 110 (43.36% from 255 or 32.35% from 340); Blue value is 145 (57.03% from 255 or 42.65% from 340); Max value from RGB is 145 - color contains mainly: blue. Hex color #556E91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556E91 is #AA916E. Grayscale: #6A6A6A. Windows color (decimal): -11178351 or 9530965. OLE color: 9530965.

HSL color Cylindrical-coordinate representation of color #556E91: hue angle of 215º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #556E91 is Cyan = 0.41, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 85 110 145 -
CMYK 0.41 0.24 0 0.43
HSL 215º 0.26% 0.45% -
HSV(B) 215º 0.41% 0.57% -
XYZ 14.43 15.13 28.95 -
YUV 106.52 149.72 112.65 -
System Red Green Blue C M Y K H S L
Decimal 85 110 145 0.41 0.24 0 0.43 215 0.26 0.45
Hex 55 6E 91 29 18 0 2B D7 1A 2D
Octal 125 156 221 51 30 0 53 327 32 55
Binary 1010101 1101110 10010001 101001 11000 0 101011 11010111 11010 101101

Color Harmonies of #556E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556E91

Black with #556E91

Text Example


Text Example

White with #556E91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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