#538B7F

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

Shades of Lochinvar #538B7F

Tints of Lochinvar #538B7F

Color information

#538B7F (or 0x538B7F) is unknown color: approx Lochinvar. HEX triplet: 53, 8B and 7F. RGB value is (83,139,127). Sum of RGB (Red+Green+Blue) = 83+139+127=349 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.78% from 349); Green value is 139 (54.69% from 255 or 39.83% from 349); Blue value is 127 (50% from 255 or 36.39% from 349); Max value from RGB is 139 - color contains mainly: green. Hex color #538B7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538B7F is #AC7480. Grayscale: #787878. Windows color (decimal): -11302017 or 8358739. OLE color: 8358739.

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

Color convert

RGB83139127-
CMYK0.4000.090.45
HSL167.14º25.23%43.53%-
HSV(B)167.14º40.29%54.51%-
XYZ16.6321.8423.42-
YUV120.89131.45100.98-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.78%
GREEN value IS 139 (54.69% from 255) = 39.83%
BLUE value IS 127 (50% from 255) = 36.39%
R=23.78%
G=39.83%
B=36.39%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal831391270.4000.090.45167.1425.2343.53
Hex538B7F28092Da7192c
Octal12321317750011552473154
Binary1010011100010111111111101000010011011011010011111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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