Html Css Color HEX #528D83 Lochinvar

📋 copy color: '#528D83'

red 82 ◦ green 141 ◦ blue 131

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

Shades of Lochinvar #528D83

Tints of Lochinvar #528D83

RGB

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

 GREEN value IS 141 (55.47% from 255) = 39.83%

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

R = 23.16%
G = 39.83%
B = 37.01%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.07

 K value IS 0.45

RGB Variations

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

Color information

#528D83 (or 0x528D83) is known color: Lochinvar. HEX triplet: 52, 8D and 83. RGB value is (82,141,131). Sum of RGB (Red+Green+Blue) = 82+141+131=354 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.16% from 354); Green value is 141 (55.47% from 255 or 39.83% from 354); Blue value is 131 (51.56% from 255 or 37.01% from 354); Max value from RGB is 141 - color contains mainly: green. Hex color #528D83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528D83 is #AD727C. Grayscale: #7A7A7A. Windows color (decimal): -11367037 or 8621394. OLE color: 8621394.

HSL color Cylindrical-coordinate representation of color #528D83: hue angle of 169.83º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #528D83 is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.45.

Color convert

RGB 82 141 131 -
CMYK 0.42 0 0.07 0.45
HSL 169.83º 0.26% 0.44% -
HSV(B) 169.83º 0.42% 0.55% -
XYZ 17.1 22.48 24.91 -
YUV 122.22 132.95 99.31 -
System Red Green Blue C M Y K H S L
Decimal 82 141 131 0.42 0 0.07 0.45 169.83 0.26 0.44
Hex 52 8D 83 2A 0 7 2D AA 1A 2C
Octal 122 215 203 52 0 7 55 252 32 54
Binary 1010010 10001101 10000011 101010 0 111 101101 10101010 11010 101100

Color Harmonies of #528D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528D83

Black with #528D83

Text Example


Text Example

White with #528D83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528D83; }

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

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

background-color css

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

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

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

border-color css

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

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

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