Html Css Color HEX #529583 Lochinvar

📋 copy color: '#529583'

red 82 ◦ green 149 ◦ blue 131

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

Shades of Lochinvar #529583

Tints of Lochinvar #529583

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 36.19%

R = 22.65%
G = 41.16%
B = 36.19%

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

#529583 (or 0x529583) is known color: Lochinvar. HEX triplet: 52, 95 and 83. RGB value is (82,149,131). Sum of RGB (Red+Green+Blue) = 82+149+131=362 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.65% from 362); Green value is 149 (58.59% from 255 or 41.16% from 362); Blue value is 131 (51.56% from 255 or 36.19% from 362); Max value from RGB is 149 - color contains mainly: green. Hex color #529583 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529583 is #AD6A7C. Grayscale: #7E7E7E. Windows color (decimal): -11364989 or 8623442. OLE color: 8623442.

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

Color convert

RGB 82 149 131 -
CMYK 0.45 0 0.12 0.42
HSL 163.88º 0.29% 0.45% -
HSV(B) 163.88º 0.45% 0.58% -
XYZ 18.32 24.93 25.32 -
YUV 126.92 130.3 95.96 -
System Red Green Blue C M Y K H S L
Decimal 82 149 131 0.45 0 0.12 0.42 163.88 0.29 0.45
Hex 52 95 83 2D 0 C 2A A4 1D 2D
Octal 122 225 203 55 0 14 52 244 35 55
Binary 1010010 10010101 10000011 101101 0 1100 101010 10100100 11101 101101

Color Harmonies of #529583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529583

Black with #529583

Text Example


Text Example

White with #529583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529583; }

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

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

background-color css

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

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

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

border-color css

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

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

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