Html Css Color HEX #579286 Lochinvar

📋 copy color: '#579286'

red 87 ◦ green 146 ◦ blue 134

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

Shades of Lochinvar #579286

Tints of Lochinvar #579286

RGB

 RED value IS 87 (34.38% from 255) = 23.71%

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

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

R = 23.71%
G = 39.78%
B = 36.51%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.08

 K value IS 0.43

RGB Variations

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

Color information

#579286 (or 0x579286) is known color: Lochinvar. HEX triplet: 57, 92 and 86. RGB value is (87,146,134). Sum of RGB (Red+Green+Blue) = 87+146+134=367 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.71% from 367); Green value is 146 (57.42% from 255 or 39.78% from 367); Blue value is 134 (52.73% from 255 or 36.51% from 367); Max value from RGB is 146 - color contains mainly: green. Hex color #579286 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #579286 is #A86D79. Grayscale: #7E7E7E. Windows color (decimal): -11038074 or 8819287. OLE color: 8819287.

HSL color Cylindrical-coordinate representation of color #579286: hue angle of 167.8º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #579286 is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB 87 146 134 -
CMYK 0.40 0 0.08 0.43
HSL 167.8º 0.25% 0.46% -
HSV(B) 167.8º 0.4% 0.57% -
XYZ 18.51 24.31 26.27 -
YUV 126.99 131.95 99.48 -
System Red Green Blue C M Y K H S L
Decimal 87 146 134 0.40 0 0.08 0.43 167.8 0.25 0.46
Hex 57 92 86 28 0 8 2B A8 19 2E
Octal 127 222 206 50 0 10 53 250 31 56
Binary 1010111 10010010 10000110 101000 0 1000 101011 10101000 11001 101110

Color Harmonies of #579286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #579286

Black with #579286

Text Example


Text Example

White with #579286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #579286; }

 p { color: rgb(87,146,134); }

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

background-color css

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

 a { background-color: rgb(87,146,134); }

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

border-color css

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

 span { border-color: rgb(87,146,134); }

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