#538B7D

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

Shades of Lochinvar #538B7D

Tints of Lochinvar #538B7D

Color information

#538B7D (or 0x538B7D) is unknown color: approx Lochinvar. HEX triplet: 53, 8B and 7D. RGB value is (83,139,125). Sum of RGB (Red+Green+Blue) = 83+139+125=347 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.92% from 347); Green value is 139 (54.69% from 255 or 40.06% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 139 - color contains mainly: green. Hex color #538B7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538B7D is #AC7482. Grayscale: #787878. Windows color (decimal): -11302019 or 8227667. OLE color: 8227667.

HSL color Cylindrical-coordinate representation of color #538B7D: hue angle of 165º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #538B7D is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB83139125-
CMYK0.4000.100.45
HSL165º25.23%43.53%-
HSV(B)165º40.29%54.51%-
XYZ16.521.7822.74-
YUV120.66130.45101.14-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.92%
GREEN value IS 139 (54.69% from 255) = 40.06%
BLUE value IS 125 (49.22% from 255) = 36.02%
R=23.92%
G=40.06%
B=36.02%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal831391250.4000.100.4516525.2343.53
Hex538B7D280A2Da5192c
Octal12321317550012552453154
Binary1010011100010111111101101000010101011011010010111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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