Html Css Color HEX #528F7D Lochinvar

📋 copy color: '#528F7D'

red 82 ◦ green 143 ◦ blue 125

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

Shades of Lochinvar #528F7D

Tints of Lochinvar #528F7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 35.71%

R = 23.43%
G = 40.86%
B = 35.71%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#528F7D (or 0x528F7D) is known color: Lochinvar. HEX triplet: 52, 8F and 7D. RGB value is (82,143,125). Sum of RGB (Red+Green+Blue) = 82+143+125=350 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.43% from 350); Green value is 143 (56.25% from 255 or 40.86% from 350); Blue value is 125 (49.22% from 255 or 35.71% from 350); Max value from RGB is 143 - color contains mainly: green. Hex color #528F7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528F7D is #AD7082. Grayscale: #7A7A7A. Windows color (decimal): -11366531 or 8228690. OLE color: 8228690.

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

Color convert

RGB 82 143 125 -
CMYK 0.43 0 0.13 0.44
HSL 162.3º 0.27% 0.44% -
HSV(B) 162.3º 0.43% 0.56% -
XYZ 17 22.92 22.93 -
YUV 122.71 129.29 98.96 -
System Red Green Blue C M Y K H S L
Decimal 82 143 125 0.43 0 0.13 0.44 162.3 0.27 0.44
Hex 52 8F 7D 2B 0 D 2C A2 1B 2C
Octal 122 217 175 53 0 15 54 242 33 54
Binary 1010010 10001111 1111101 101011 0 1101 101100 10100010 11011 101100

Color Harmonies of #528F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528F7D

Black with #528F7D

Text Example


Text Example

White with #528F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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