Html Css Color HEX #559289 Lochinvar

📋 copy color: '#559289'

red 85 ◦ green 146 ◦ blue 137

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

Shades of Lochinvar #559289

Tints of Lochinvar #559289

RGB

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

 GREEN value IS 146 (57.42% from 255) = 39.67%

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

R = 23.1%
G = 39.67%
B = 37.23%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.06

 K value IS 0.43

RGB Variations

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

Color information

#559289 (or 0x559289) is known color: Lochinvar. HEX triplet: 55, 92 and 89. RGB value is (85,146,137). Sum of RGB (Red+Green+Blue) = 85+146+137=368 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.10% from 368); Green value is 146 (57.42% from 255 or 39.67% from 368); Blue value is 137 (53.91% from 255 or 37.23% from 368); Max value from RGB is 146 - color contains mainly: green. Hex color #559289 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559289 is #AA6D76. Grayscale: #7E7E7E. Windows color (decimal): -11169143 or 9015893. OLE color: 9015893.

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

Color convert

RGB 85 146 137 -
CMYK 0.42 0 0.06 0.43
HSL 171.15º 0.26% 0.45% -
HSV(B) 171.15º 0.42% 0.57% -
XYZ 18.54 24.3 27.38 -
YUV 126.74 133.79 98.23 -
System Red Green Blue C M Y K H S L
Decimal 85 146 137 0.42 0 0.06 0.43 171.15 0.26 0.45
Hex 55 92 89 2A 0 6 2B AB 1A 2D
Octal 125 222 211 52 0 6 53 253 32 55
Binary 1010101 10010010 10001001 101010 0 110 101011 10101011 11010 101101

Color Harmonies of #559289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559289

Black with #559289

Text Example


Text Example

White with #559289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559289; }

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

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

background-color css

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

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

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

border-color css

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

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

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