Html Css Color HEX #559587 Lochinvar

📋 copy color: '#559587'

red 85 ◦ green 149 ◦ blue 135

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

Shades of Lochinvar #559587

Tints of Lochinvar #559587

RGB

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

 GREEN value IS 149 (58.59% from 255) = 40.38%

 BLUE value IS 135 (53.13% from 255) = 36.59%

R = 23.04%
G = 40.38%
B = 36.59%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#559587 (or 0x559587) is known color: Lochinvar. HEX triplet: 55, 95 and 87. RGB value is (85,149,135). Sum of RGB (Red+Green+Blue) = 85+149+135=369 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.04% from 369); Green value is 149 (58.59% from 255 or 40.38% from 369); Blue value is 135 (53.12% from 255 or 36.59% from 369); Max value from RGB is 149 - color contains mainly: green. Hex color #559587 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559587 is #AA6A78. Grayscale: #808080. Windows color (decimal): -11168377 or 8885589. OLE color: 8885589.

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

Color convert

RGB 85 149 135 -
CMYK 0.43 0 0.09 0.42
HSL 166.88º 0.27% 0.46% -
HSV(B) 166.88º 0.43% 0.58% -
XYZ 18.87 25.18 26.79 -
YUV 128.27 131.8 97.14 -
System Red Green Blue C M Y K H S L
Decimal 85 149 135 0.43 0 0.09 0.42 166.88 0.27 0.46
Hex 55 95 87 2B 0 9 2A A7 1B 2E
Octal 125 225 207 53 0 11 52 247 33 56
Binary 1010101 10010101 10000111 101011 0 1001 101010 10100111 11011 101110

Color Harmonies of #559587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559587

Black with #559587

Text Example


Text Example

White with #559587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559587; }

 p { color: rgb(85,149,135); }

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

background-color css

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

 a { background-color: rgb(85,149,135); }

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

border-color css

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

 span { border-color: rgb(85,149,135); }

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