Html Css Color HEX #559689 Lochinvar

📋 copy color: '#559689'

red 85 ◦ green 150 ◦ blue 137

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

Shades of Lochinvar #559689

Tints of Lochinvar #559689

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40.32%

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

R = 22.85%
G = 40.32%
B = 36.83%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#559689 (or 0x559689) is known color: Lochinvar. HEX triplet: 55, 96 and 89. RGB value is (85,150,137). Sum of RGB (Red+Green+Blue) = 85+150+137=372 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.85% from 372); Green value is 150 (58.98% from 255 or 40.32% from 372); Blue value is 137 (53.91% from 255 or 36.83% from 372); Max value from RGB is 150 - color contains mainly: green. Hex color #559689 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559689 is #AA6976. Grayscale: #818181. Windows color (decimal): -11168119 or 9016917. OLE color: 9016917.

HSL color Cylindrical-coordinate representation of color #559689: hue angle of 168º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #559689 is Cyan = 0.43, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB 85 150 137 -
CMYK 0.43 0 0.09 0.41
HSL 168º 0.28% 0.46% -
HSV(B) 168º 0.43% 0.59% -
XYZ 19.17 25.55 27.59 -
YUV 129.08 132.47 96.56 -
System Red Green Blue C M Y K H S L
Decimal 85 150 137 0.43 0 0.09 0.41 168 0.28 0.46
Hex 55 96 89 2B 0 9 29 A8 1C 2E
Octal 125 226 211 53 0 11 51 250 34 56
Binary 1010101 10010110 10001001 101011 0 1001 101001 10101000 11100 101110

Color Harmonies of #559689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559689

Black with #559689

Text Example


Text Example

White with #559689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559689; }

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

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

background-color css

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

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

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

border-color css

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

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

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