#538A7D

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

Shades of Lochinvar #538A7D

Tints of Lochinvar #538A7D

Color information

#538A7D (or 0x538A7D) is unknown color: approx Lochinvar. HEX triplet: 53, 8A and 7D. RGB value is (83,138,125). Sum of RGB (Red+Green+Blue) = 83+138+125=346 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.99% from 346); Green value is 138 (54.30% from 255 or 39.88% from 346); Blue value is 125 (49.22% from 255 or 36.13% from 346); Max value from RGB is 138 - color contains mainly: green. Hex color #538A7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538A7D is #AC7582. Grayscale: #787878. Windows color (decimal): -11302275 or 8227411. OLE color: 8227411.

HSL color Cylindrical-coordinate representation of color #538A7D: hue angle of 165.82º 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 #538A7D is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB83138125-
CMYK0.4000.090.46
HSL165.82º24.89%43.33%-
HSV(B)165.82º39.86%54.12%-
XYZ16.3621.522.69-
YUV120.07130.78101.56-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.99%
GREEN value IS 138 (54.30% from 255) = 39.88%
BLUE value IS 125 (49.22% from 255) = 36.13%
R=23.99%
G=39.88%
B=36.13%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal831381250.4000.090.46165.8224.8943.33
Hex538A7D28092Ea6192b
Octal12321217550011562463153
Binary1010011100010101111101101000010011011101010011011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538A7D; }

 p { color: rgb(83,138,125); }

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

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

 a { background-color: rgb(83,138,125); }

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

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

 span { border-color: rgb(83,138,125); }

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