Html Css Color HEX #529683 Lochinvar

📋 copy color: '#529683'

red 82 ◦ green 150 ◦ blue 131

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

Shades of Lochinvar #529683

Tints of Lochinvar #529683

RGB

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

 GREEN value IS 150 (58.98% from 255) = 41.32%

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

R = 22.59%
G = 41.32%
B = 36.09%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#529683 (or 0x529683) is known color: Lochinvar. HEX triplet: 52, 96 and 83. RGB value is (82,150,131). Sum of RGB (Red+Green+Blue) = 82+150+131=363 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.59% from 363); Green value is 150 (58.98% from 255 or 41.32% from 363); Blue value is 131 (51.56% from 255 or 36.09% from 363); Max value from RGB is 150 - color contains mainly: green. Hex color #529683 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529683 is #AD697C. Grayscale: #7F7F7F. Windows color (decimal): -11364733 or 8623698. OLE color: 8623698.

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

Color convert

RGB 82 150 131 -
CMYK 0.45 0 0.13 0.41
HSL 163.24º 0.29% 0.45% -
HSV(B) 163.24º 0.45% 0.59% -
XYZ 18.48 25.25 25.37 -
YUV 127.5 129.97 95.54 -
System Red Green Blue C M Y K H S L
Decimal 82 150 131 0.45 0 0.13 0.41 163.24 0.29 0.45
Hex 52 96 83 2D 0 D 29 A3 1D 2D
Octal 122 226 203 55 0 15 51 243 35 55
Binary 1010010 10010110 10000011 101101 0 1101 101001 10100011 11101 101101

Color Harmonies of #529683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529683

Black with #529683

Text Example


Text Example

White with #529683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529683; }

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

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

background-color css

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

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

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

border-color css

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

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

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