Html Css Color HEX #559788 Lochinvar

📋 copy color: '#559788'

red 85 ◦ green 151 ◦ blue 136

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

Shades of Lochinvar #559788

Tints of Lochinvar #559788

RGB

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

 GREEN value IS 151 (59.38% from 255) = 40.59%

 BLUE value IS 136 (53.52% from 255) = 36.56%

R = 22.85%
G = 40.59%
B = 36.56%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.10

 K value IS 0.41

RGB Variations

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

Color information

#559788 (or 0x559788) is known color: Lochinvar. HEX triplet: 55, 97 and 88. RGB value is (85,151,136). Sum of RGB (Red+Green+Blue) = 85+151+136=372 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.85% from 372); Green value is 151 (59.38% from 255 or 40.59% from 372); Blue value is 136 (53.52% from 255 or 36.56% from 372); Max value from RGB is 151 - color contains mainly: green. Hex color #559788 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559788 is #AA6877. Grayscale: #818181. Windows color (decimal): -11167864 or 8951637. OLE color: 8951637.

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

Color convert

RGB 85 151 136 -
CMYK 0.44 0 0.10 0.41
HSL 166.36º 0.28% 0.46% -
HSV(B) 166.36º 0.44% 0.59% -
XYZ 19.26 25.84 27.27 -
YUV 129.56 131.63 96.22 -
System Red Green Blue C M Y K H S L
Decimal 85 151 136 0.44 0 0.10 0.41 166.36 0.28 0.46
Hex 55 97 88 2C 0 A 29 A6 1C 2E
Octal 125 227 210 54 0 12 51 246 34 56
Binary 1010101 10010111 10001000 101100 0 1010 101001 10100110 11100 101110

Color Harmonies of #559788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559788

Black with #559788

Text Example


Text Example

White with #559788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559788; }

 p { color: rgb(85,151,136); }

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

background-color css

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

 a { background-color: rgb(85,151,136); }

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

border-color css

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

 span { border-color: rgb(85,151,136); }

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