Html Css Color HEX #529381 Lochinvar

📋 copy color: '#529381'

red 82 ◦ green 147 ◦ blue 129

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

Shades of Lochinvar #529381

Tints of Lochinvar #529381

RGB

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

 GREEN value IS 147 (57.81% from 255) = 41.06%

 BLUE value IS 129 (50.78% from 255) = 36.03%

R = 22.91%
G = 41.06%
B = 36.03%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#529381 (or 0x529381) is known color: Lochinvar. HEX triplet: 52, 93 and 81. RGB value is (82,147,129). Sum of RGB (Red+Green+Blue) = 82+147+129=358 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.91% from 358); Green value is 147 (57.81% from 255 or 41.06% from 358); Blue value is 129 (50.78% from 255 or 36.03% from 358); Max value from RGB is 147 - color contains mainly: green. Hex color #529381 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529381 is #AD6C7E. Grayscale: #7D7D7D. Windows color (decimal): -11365503 or 8491858. OLE color: 8491858.

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

Color convert

RGB 82 147 129 -
CMYK 0.44 0 0.12 0.42
HSL 163.38º 0.28% 0.45% -
HSV(B) 163.38º 0.44% 0.58% -
XYZ 17.88 24.25 24.51 -
YUV 125.51 129.97 96.96 -
System Red Green Blue C M Y K H S L
Decimal 82 147 129 0.44 0 0.12 0.42 163.38 0.28 0.45
Hex 52 93 81 2C 0 C 2A A3 1C 2D
Octal 122 223 201 54 0 14 52 243 34 55
Binary 1010010 10010011 10000001 101100 0 1100 101010 10100011 11100 101101

Color Harmonies of #529381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529381

Black with #529381

Text Example


Text Example

White with #529381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529381; }

 p { color: rgb(82,147,129); }

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

background-color css

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

 a { background-color: rgb(82,147,129); }

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

border-color css

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

 span { border-color: rgb(82,147,129); }

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