Html Css Color HEX #529083 Lochinvar

📋 copy color: '#529083'

red 82 ◦ green 144 ◦ blue 131

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

Shades of Lochinvar #529083

Tints of Lochinvar #529083

RGB

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

 GREEN value IS 144 (56.64% from 255) = 40.34%

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

R = 22.97%
G = 40.34%
B = 36.69%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.09

 K value IS 0.44

RGB Variations

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

Color information

#529083 (or 0x529083) is known color: Lochinvar. HEX triplet: 52, 90 and 83. RGB value is (82,144,131). Sum of RGB (Red+Green+Blue) = 82+144+131=357 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.97% from 357); Green value is 144 (56.64% from 255 or 40.34% from 357); Blue value is 131 (51.56% from 255 or 36.69% from 357); Max value from RGB is 144 - color contains mainly: green. Hex color #529083 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529083 is #AD6F7C. Grayscale: #7B7B7B. Windows color (decimal): -11366269 or 8622162. OLE color: 8622162.

HSL color Cylindrical-coordinate representation of color #529083: hue angle of 167.42º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #529083 is Cyan = 0.43, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB 82 144 131 -
CMYK 0.43 0 0.09 0.44
HSL 167.42º 0.27% 0.44% -
HSV(B) 167.42º 0.43% 0.56% -
XYZ 17.55 23.38 25.06 -
YUV 123.98 131.96 98.06 -
System Red Green Blue C M Y K H S L
Decimal 82 144 131 0.43 0 0.09 0.44 167.42 0.27 0.44
Hex 52 90 83 2B 0 9 2C A7 1B 2C
Octal 122 220 203 53 0 11 54 247 33 54
Binary 1010010 10010000 10000011 101011 0 1001 101100 10100111 11011 101100

Color Harmonies of #529083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529083

Black with #529083

Text Example


Text Example

White with #529083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529083; }

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

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

background-color css

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

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

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

border-color css

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

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

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