Html Css Color HEX #529882 Lochinvar

📋 copy color: '#529882'

red 82 ◦ green 152 ◦ blue 130

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

Shades of Lochinvar #529882

Tints of Lochinvar #529882

RGB

 RED value IS 82 (32.42% from 255) = 22.53%

 GREEN value IS 152 (59.77% from 255) = 41.76%

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

R = 22.53%
G = 41.76%
B = 35.71%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#529882 (or 0x529882) is known color: Lochinvar. HEX triplet: 52, 98 and 82. RGB value is (82,152,130). Sum of RGB (Red+Green+Blue) = 82+152+130=364 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.53% from 364); Green value is 152 (59.77% from 255 or 41.76% from 364); Blue value is 130 (51.17% from 255 or 35.71% from 364); Max value from RGB is 152 - color contains mainly: green. Hex color #529882 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529882 is #AD677D. Grayscale: #808080. Windows color (decimal): -11364222 or 8558674. OLE color: 8558674.

HSL color Cylindrical-coordinate representation of color #529882: hue angle of 161.14º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #529882 is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB 82 152 130 -
CMYK 0.46 0 0.14 0.40
HSL 161.14º 0.3% 0.46% -
HSV(B) 161.14º 0.46% 0.6% -
XYZ 18.74 25.86 25.12 -
YUV 128.56 128.81 94.79 -
System Red Green Blue C M Y K H S L
Decimal 82 152 130 0.46 0 0.14 0.40 161.14 0.3 0.46
Hex 52 98 82 2E 0 E 28 A1 1E 2E
Octal 122 230 202 56 0 16 50 241 36 56
Binary 1010010 10011000 10000010 101110 0 1110 101000 10100001 11110 101110

Color Harmonies of #529882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529882

Black with #529882

Text Example


Text Example

White with #529882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529882; }

 p { color: rgb(82,152,130); }

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

background-color css

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

 a { background-color: rgb(82,152,130); }

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

border-color css

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

 span { border-color: rgb(82,152,130); }

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