Html Css Color HEX #529483 Lochinvar

📋 copy color: '#529483'

red 82 ◦ green 148 ◦ blue 131

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

Shades of Lochinvar #529483

Tints of Lochinvar #529483

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41%

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

R = 22.71%
G = 41%
B = 36.29%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#529483 (or 0x529483) is known color: Lochinvar. HEX triplet: 52, 94 and 83. RGB value is (82,148,131). Sum of RGB (Red+Green+Blue) = 82+148+131=361 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.71% from 361); Green value is 148 (58.20% from 255 or 41.00% from 361); Blue value is 131 (51.56% from 255 or 36.29% from 361); Max value from RGB is 148 - color contains mainly: green. Hex color #529483 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529483 is #AD6B7C. Grayscale: #7E7E7E. Windows color (decimal): -11365245 or 8623186. OLE color: 8623186.

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

Color convert

RGB 82 148 131 -
CMYK 0.45 0 0.11 0.42
HSL 164.55º 0.29% 0.45% -
HSV(B) 164.55º 0.45% 0.58% -
XYZ 18.17 24.61 25.27 -
YUV 126.33 130.63 96.38 -
System Red Green Blue C M Y K H S L
Decimal 82 148 131 0.45 0 0.11 0.42 164.55 0.29 0.45
Hex 52 94 83 2D 0 B 2A A5 1D 2D
Octal 122 224 203 55 0 13 52 245 35 55
Binary 1010010 10010100 10000011 101101 0 1011 101010 10100101 11101 101101

Color Harmonies of #529483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529483

Black with #529483

Text Example


Text Example

White with #529483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529483; }

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

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

background-color css

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

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

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

border-color css

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

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

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