Html Css Color HEX #578982 Lochinvar

📋 copy color: '#578982'

red 87 ◦ green 137 ◦ blue 130

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

Shades of Lochinvar #578982

Tints of Lochinvar #578982

RGB

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

 GREEN value IS 137 (53.91% from 255) = 38.7%

 BLUE value IS 130 (51.17% from 255) = 36.72%

R = 24.58%
G = 38.7%
B = 36.72%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.05

 K value IS 0.46

RGB Variations

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

Color information

#578982 (or 0x578982) is known color: Lochinvar. HEX triplet: 57, 89 and 82. RGB value is (87,137,130). Sum of RGB (Red+Green+Blue) = 87+137+130=354 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.58% from 354); Green value is 137 (53.91% from 255 or 38.70% from 354); Blue value is 130 (51.17% from 255 or 36.72% from 354); Max value from RGB is 137 - color contains mainly: green. Hex color #578982 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578982 is #A8767D. Grayscale: #797979. Windows color (decimal): -11040382 or 8554839. OLE color: 8554839.

HSL color Cylindrical-coordinate representation of color #578982: hue angle of 171.6º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #578982 is Cyan = 0.36, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.46.

Color convert

RGB 87 137 130 -
CMYK 0.36 0 0.05 0.46
HSL 171.6º 0.22% 0.44% -
HSV(B) 171.6º 0.36% 0.54% -
XYZ 16.91 21.53 24.38 -
YUV 121.25 132.94 103.57 -
System Red Green Blue C M Y K H S L
Decimal 87 137 130 0.36 0 0.05 0.46 171.6 0.22 0.44
Hex 57 89 82 24 0 5 2E AC 16 2C
Octal 127 211 202 44 0 5 56 254 26 54
Binary 1010111 10001001 10000010 100100 0 101 101110 10101100 10110 101100

Color Harmonies of #578982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #578982

Black with #578982

Text Example


Text Example

White with #578982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #578982; }

 p { color: rgb(87,137,130); }

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

background-color css

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

 a { background-color: rgb(87,137,130); }

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

border-color css

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

 span { border-color: rgb(87,137,130); }

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