Html Css Color HEX #528983 Lochinvar

📋 copy color: '#528983'

red 82 ◦ green 137 ◦ blue 131

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

Shades of Lochinvar #528983

Tints of Lochinvar #528983

RGB

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

 GREEN value IS 137 (53.91% from 255) = 39.14%

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

R = 23.43%
G = 39.14%
B = 37.43%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.04

 K value IS 0.46

RGB Variations

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

Color information

#528983 (or 0x528983) is known color: Lochinvar. HEX triplet: 52, 89 and 83. RGB value is (82,137,131). Sum of RGB (Red+Green+Blue) = 82+137+131=350 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.43% from 350); Green value is 137 (53.91% from 255 or 39.14% from 350); Blue value is 131 (51.56% from 255 or 37.43% from 350); Max value from RGB is 137 - color contains mainly: green. Hex color #528983 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528983 is #AD767C. Grayscale: #777777. Windows color (decimal): -11368061 or 8620370. OLE color: 8620370.

HSL color Cylindrical-coordinate representation of color #528983: hue angle of 173.45º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #528983 is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB 82 137 131 -
CMYK 0.40 0 0.04 0.46
HSL 173.45º 0.25% 0.43% -
HSV(B) 173.45º 0.4% 0.54% -
XYZ 16.52 21.32 24.72 -
YUV 119.87 134.28 100.99 -
System Red Green Blue C M Y K H S L
Decimal 82 137 131 0.40 0 0.04 0.46 173.45 0.25 0.43
Hex 52 89 83 28 0 4 2E AD 19 2B
Octal 122 211 203 50 0 4 56 255 31 53
Binary 1010010 10001001 10000011 101000 0 100 101110 10101101 11001 101011

Color Harmonies of #528983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528983

Black with #528983

Text Example


Text Example

White with #528983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528983; }

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

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

background-color css

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

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

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

border-color css

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

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

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