Html Css Color HEX #529783 Lochinvar

📋 copy color: '#529783'

red 82 ◦ green 151 ◦ blue 131

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

Shades of Lochinvar #529783

Tints of Lochinvar #529783

RGB

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

 GREEN value IS 151 (59.38% from 255) = 41.48%

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

R = 22.53%
G = 41.48%
B = 35.99%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#529783 (or 0x529783) is known color: Lochinvar. HEX triplet: 52, 97 and 83. RGB value is (82,151,131). Sum of RGB (Red+Green+Blue) = 82+151+131=364 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.53% from 364); Green value is 151 (59.38% from 255 or 41.48% from 364); Blue value is 131 (51.56% from 255 or 35.99% from 364); Max value from RGB is 151 - color contains mainly: green. Hex color #529783 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529783 is #AD687C. Grayscale: #808080. Windows color (decimal): -11364477 or 8623954. OLE color: 8623954.

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

Color convert

RGB 82 151 131 -
CMYK 0.46 0 0.13 0.41
HSL 162.61º 0.3% 0.46% -
HSV(B) 162.61º 0.46% 0.59% -
XYZ 18.64 25.57 25.42 -
YUV 128.09 129.64 95.13 -
System Red Green Blue C M Y K H S L
Decimal 82 151 131 0.46 0 0.13 0.41 162.61 0.3 0.46
Hex 52 97 83 2E 0 D 29 A3 1E 2E
Octal 122 227 203 56 0 15 51 243 36 56
Binary 1010010 10010111 10000011 101110 0 1101 101001 10100011 11110 101110

Color Harmonies of #529783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529783

Black with #529783

Text Example


Text Example

White with #529783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529783; }

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

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

background-color css

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

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

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

border-color css

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

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

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