Html Css Color HEX #559586 Lochinvar

📋 copy color: '#559586'

red 85 ◦ green 149 ◦ blue 134

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

Shades of Lochinvar #559586

Tints of Lochinvar #559586

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 36.41%

R = 23.1%
G = 40.49%
B = 36.41%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#559586 (or 0x559586) is known color: Lochinvar. HEX triplet: 55, 95 and 86. RGB value is (85,149,134). Sum of RGB (Red+Green+Blue) = 85+149+134=368 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.10% from 368); Green value is 149 (58.59% from 255 or 40.49% from 368); Blue value is 134 (52.73% from 255 or 36.41% from 368); Max value from RGB is 149 - color contains mainly: green. Hex color #559586 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559586 is #AA6A79. Grayscale: #808080. Windows color (decimal): -11168378 or 8820053. OLE color: 8820053.

HSL color Cylindrical-coordinate representation of color #559586: hue angle of 165.94º 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 #559586 is Cyan = 0.43, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB 85 149 134 -
CMYK 0.43 0 0.10 0.42
HSL 165.94º 0.27% 0.46% -
HSV(B) 165.94º 0.43% 0.58% -
XYZ 18.8 25.15 26.42 -
YUV 128.15 131.3 97.22 -
System Red Green Blue C M Y K H S L
Decimal 85 149 134 0.43 0 0.10 0.42 165.94 0.27 0.46
Hex 55 95 86 2B 0 A 2A A6 1B 2E
Octal 125 225 206 53 0 12 52 246 33 56
Binary 1010101 10010101 10000110 101011 0 1010 101010 10100110 11011 101110

Color Harmonies of #559586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559586

Black with #559586

Text Example


Text Example

White with #559586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559586; }

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

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

background-color css

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

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

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

border-color css

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

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

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