Html Css Color HEX #528E7F Lochinvar

📋 copy color: '#528E7F'

red 82 ◦ green 142 ◦ blue 127

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

Shades of Lochinvar #528E7F

Tints of Lochinvar #528E7F

RGB

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

 GREEN value IS 142 (55.86% from 255) = 40.46%

 BLUE value IS 127 (50% from 255) = 36.18%

R = 23.36%
G = 40.46%
B = 36.18%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#528E7F (or 0x528E7F) is known color: Lochinvar. HEX triplet: 52, 8E and 7F. RGB value is (82,142,127). Sum of RGB (Red+Green+Blue) = 82+142+127=351 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.36% from 351); Green value is 142 (55.86% from 255 or 40.46% from 351); Blue value is 127 (50% from 255 or 36.18% from 351); Max value from RGB is 142 - color contains mainly: green. Hex color #528E7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528E7F is #AD7180. Grayscale: #7A7A7A. Windows color (decimal): -11366785 or 8359506. OLE color: 8359506.

HSL color Cylindrical-coordinate representation of color #528E7F: hue angle of 165º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #528E7F is Cyan = 0.42, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB 82 142 127 -
CMYK 0.42 0 0.11 0.44
HSL 165º 0.27% 0.44% -
HSV(B) 165º 0.42% 0.56% -
XYZ 16.98 22.67 23.56 -
YUV 122.35 130.62 99.22 -
System Red Green Blue C M Y K H S L
Decimal 82 142 127 0.42 0 0.11 0.44 165 0.27 0.44
Hex 52 8E 7F 2A 0 B 2C A5 1B 2C
Octal 122 216 177 52 0 13 54 245 33 54
Binary 1010010 10001110 1111111 101010 0 1011 101100 10100101 11011 101100

Color Harmonies of #528E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528E7F

Black with #528E7F

Text Example


Text Example

White with #528E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,142,127); }

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

background-color css

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

 a { background-color: rgb(82,142,127); }

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

border-color css

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

 span { border-color: rgb(82,142,127); }

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