Html Css Color HEX #528F83 Lochinvar

📋 copy color: '#528F83'

red 82 ◦ green 143 ◦ blue 131

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

Shades of Lochinvar #528F83

Tints of Lochinvar #528F83

RGB

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

 GREEN value IS 143 (56.25% from 255) = 40.17%

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

R = 23.03%
G = 40.17%
B = 36.8%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.08

 K value IS 0.44

RGB Variations

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

Color information

#528F83 (or 0x528F83) is known color: Lochinvar. HEX triplet: 52, 8F and 83. RGB value is (82,143,131). Sum of RGB (Red+Green+Blue) = 82+143+131=356 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.03% from 356); Green value is 143 (56.25% from 255 or 40.17% from 356); Blue value is 131 (51.56% from 255 or 36.80% from 356); Max value from RGB is 143 - color contains mainly: green. Hex color #528F83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528F83 is #AD707C. Grayscale: #7B7B7B. Windows color (decimal): -11366525 or 8621906. OLE color: 8621906.

HSL color Cylindrical-coordinate representation of color #528F83: hue angle of 168.2º 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 #528F83 is Cyan = 0.43, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB 82 143 131 -
CMYK 0.43 0 0.08 0.44
HSL 168.2º 0.27% 0.44% -
HSV(B) 168.2º 0.43% 0.56% -
XYZ 17.4 23.08 25.01 -
YUV 123.39 132.29 98.48 -
System Red Green Blue C M Y K H S L
Decimal 82 143 131 0.43 0 0.08 0.44 168.2 0.27 0.44
Hex 52 8F 83 2B 0 8 2C A8 1B 2C
Octal 122 217 203 53 0 10 54 250 33 54
Binary 1010010 10001111 10000011 101011 0 1000 101100 10101000 11011 101100

Color Harmonies of #528F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528F83

Black with #528F83

Text Example


Text Example

White with #528F83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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