Html Css Color HEX #529581 Lochinvar

📋 copy color: '#529581'

red 82 ◦ green 149 ◦ blue 129

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

Shades of Lochinvar #529581

Tints of Lochinvar #529581

RGB

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

 GREEN value IS 149 (58.59% from 255) = 41.39%

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

R = 22.78%
G = 41.39%
B = 35.83%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#529581 (or 0x529581) is known color: Lochinvar. HEX triplet: 52, 95 and 81. RGB value is (82,149,129). Sum of RGB (Red+Green+Blue) = 82+149+129=360 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.78% from 360); Green value is 149 (58.59% from 255 or 41.39% from 360); Blue value is 129 (50.78% from 255 or 35.83% from 360); Max value from RGB is 149 - color contains mainly: green. Hex color #529581 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529581 is #AD6A7E. Grayscale: #7E7E7E. Windows color (decimal): -11364991 or 8492370. OLE color: 8492370.

HSL color Cylindrical-coordinate representation of color #529581: hue angle of 162.09º 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 #529581 is Cyan = 0.45, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB 82 149 129 -
CMYK 0.45 0 0.13 0.42
HSL 162.09º 0.29% 0.45% -
HSV(B) 162.09º 0.45% 0.58% -
XYZ 18.19 24.87 24.61 -
YUV 126.69 129.3 96.13 -
System Red Green Blue C M Y K H S L
Decimal 82 149 129 0.45 0 0.13 0.42 162.09 0.29 0.45
Hex 52 95 81 2D 0 D 2A A2 1D 2D
Octal 122 225 201 55 0 15 52 242 35 55
Binary 1010010 10010101 10000001 101101 0 1101 101010 10100010 11101 101101

Color Harmonies of #529581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529581

Black with #529581

Text Example


Text Example

White with #529581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529581; }

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

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

background-color css

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

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

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

border-color css

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

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

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