Html Css Color HEX #559E91 Lochinvar

📋 copy color: '#559E91'

red 85 ◦ green 158 ◦ blue 145

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

Shades of Lochinvar #559E91

Tints of Lochinvar #559E91

RGB

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

 GREEN value IS 158 (62.11% from 255) = 40.72%

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

R = 21.91%
G = 40.72%
B = 37.37%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.08

 K value IS 0.38

RGB Variations

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

Color information

#559E91 (or 0x559E91) is known color: Lochinvar. HEX triplet: 55, 9E and 91. RGB value is (85,158,145). Sum of RGB (Red+Green+Blue) = 85+158+145=388 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.91% from 388); Green value is 158 (62.11% from 255 or 40.72% from 388); Blue value is 145 (57.03% from 255 or 37.37% from 388); Max value from RGB is 158 - color contains mainly: green. Hex color #559E91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559E91 is #AA616E. Grayscale: #868686. Windows color (decimal): -11166063 or 9543253. OLE color: 9543253.

HSL color Cylindrical-coordinate representation of color #559E91: hue angle of 169.32º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #559E91 is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB 85 158 145 -
CMYK 0.46 0 0.08 0.38
HSL 169.32º 0.3% 0.48% -
HSV(B) 169.32º 0.46% 0.62% -
XYZ 21.08 28.43 31.16 -
YUV 134.69 133.82 92.56 -
System Red Green Blue C M Y K H S L
Decimal 85 158 145 0.46 0 0.08 0.38 169.32 0.3 0.48
Hex 55 9E 91 2E 0 8 26 A9 1E 30
Octal 125 236 221 56 0 10 46 251 36 60
Binary 1010101 10011110 10010001 101110 0 1000 100110 10101001 11110 110000

Color Harmonies of #559E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559E91

Black with #559E91

Text Example


Text Example

White with #559E91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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