Html Css Color HEX #529482 Lochinvar

📋 copy color: '#529482'

red 82 ◦ green 148 ◦ blue 130

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

Shades of Lochinvar #529482

Tints of Lochinvar #529482

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.11%

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

R = 22.78%
G = 41.11%
B = 36.11%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#529482 (or 0x529482) is known color: Lochinvar. HEX triplet: 52, 94 and 82. RGB value is (82,148,130). Sum of RGB (Red+Green+Blue) = 82+148+130=360 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.78% from 360); Green value is 148 (58.20% from 255 or 41.11% from 360); Blue value is 130 (51.17% from 255 or 36.11% from 360); Max value from RGB is 148 - color contains mainly: green. Hex color #529482 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529482 is #AD6B7D. Grayscale: #7E7E7E. Windows color (decimal): -11365246 or 8557650. OLE color: 8557650.

HSL color Cylindrical-coordinate representation of color #529482: hue angle of 163.64º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #529482 is Cyan = 0.45, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB 82 148 130 -
CMYK 0.45 0 0.12 0.42
HSL 163.64º 0.29% 0.45% -
HSV(B) 163.64º 0.45% 0.58% -
XYZ 18.1 24.59 24.91 -
YUV 126.21 130.13 96.46 -
System Red Green Blue C M Y K H S L
Decimal 82 148 130 0.45 0 0.12 0.42 163.64 0.29 0.45
Hex 52 94 82 2D 0 C 2A A4 1D 2D
Octal 122 224 202 55 0 14 52 244 35 55
Binary 1010010 10010100 10000010 101101 0 1100 101010 10100100 11101 101101

Color Harmonies of #529482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529482

Black with #529482

Text Example


Text Example

White with #529482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529482; }

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

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

background-color css

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

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

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

border-color css

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

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

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