Html Css Color HEX #529983 Lochinvar

📋 copy color: '#529983'

red 82 ◦ green 153 ◦ blue 131

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

Shades of Lochinvar #529983

Tints of Lochinvar #529983

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.8%

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

R = 22.4%
G = 41.8%
B = 35.79%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.14

 K value IS 0.4

RGB Variations

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

Color information

#529983 (or 0x529983) is known color: Lochinvar. HEX triplet: 52, 99 and 83. RGB value is (82,153,131). Sum of RGB (Red+Green+Blue) = 82+153+131=366 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.40% from 366); Green value is 153 (60.16% from 255 or 41.80% from 366); Blue value is 131 (51.56% from 255 or 35.79% from 366); Max value from RGB is 153 - color contains mainly: green. Hex color #529983 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529983 is #AD667C. Grayscale: #818181. Windows color (decimal): -11363965 or 8624466. OLE color: 8624466.

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

Color convert

RGB 82 153 131 -
CMYK 0.46 0 0.14 0.4
HSL 161.41º 0.3% 0.46% -
HSV(B) 161.41º 0.46% 0.6% -
XYZ 18.97 26.22 25.53 -
YUV 129.26 128.98 94.29 -
System Red Green Blue C M Y K H S L
Decimal 82 153 131 0.46 0 0.14 0.4 161.41 0.3 0.46
Hex 52 99 83 2E 0 E 28 A1 1E 2E
Octal 122 231 203 56 0 16 50 241 36 56
Binary 1010010 10011001 10000011 101110 0 1110 101000 10100001 11110 101110

Color Harmonies of #529983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529983

Black with #529983

Text Example


Text Example

White with #529983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529983; }

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

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

background-color css

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

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

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

border-color css

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

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

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