#528B7D

Color #528B7D Lochinvar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochinvar #528B7D

Tints of Lochinvar #528B7D

Color information

#528B7D (or 0x528B7D) is unknown color: approx Lochinvar. HEX triplet: 52, 8B and 7D. RGB value is (82,139,125). Sum of RGB (Red+Green+Blue) = 82+139+125=346 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.70% from 346); Green value is 139 (54.69% from 255 or 40.17% from 346); Blue value is 125 (49.22% from 255 or 36.13% from 346); Max value from RGB is 139 - color contains mainly: green. Hex color #528B7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528B7D is #AD7482. Grayscale: #787878. Windows color (decimal): -11367555 or 8227666. OLE color: 8227666.

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

Color convert

RGB82139125-
CMYK0.4100.100.45
HSL165.26º25.79%43.33%-
HSV(B)165.26º41.01%54.51%-
XYZ16.4121.7422.73-
YUV120.36130.62100.64-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.70%
GREEN value IS 139 (54.69% from 255) = 40.17%
BLUE value IS 125 (49.22% from 255) = 36.13%
R=23.70%
G=40.17%
B=36.13%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal821391250.4100.100.45165.2625.7943.33
Hex528B7D290A2Da51a2b
Octal12221317551012552453253
Binary1010010100010111111101101001010101011011010010111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #528B7D;
 }
 .AnyTagClassName
 {
   color: #528B7D;
 }
</style>
background-color css

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

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

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

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

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

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