#538E7F

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

Shades of Lochinvar #538E7F

Tints of Lochinvar #538E7F

Color information

#538E7F (or 0x538E7F) is unknown color: approx Lochinvar. HEX triplet: 53, 8E and 7F. RGB value is (83,142,127). Sum of RGB (Red+Green+Blue) = 83+142+127=352 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.58% from 352); Green value is 142 (55.86% from 255 or 40.34% from 352); Blue value is 127 (50% from 255 or 36.08% from 352); Max value from RGB is 142 - color contains mainly: green. Hex color #538E7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538E7F is #AC7180. Grayscale: #7A7A7A. Windows color (decimal): -11301249 or 8359507. OLE color: 8359507.

HSL color Cylindrical-coordinate representation of color #538E7F: hue angle of 164.75º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #538E7F is Cyan = 0.42, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB83142127-
CMYK0.4200.110.44
HSL164.75º26.22%44.12%-
HSV(B)164.75º41.55%55.69%-
XYZ17.0722.7223.56-
YUV122.65130.4599.72-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.58%
GREEN value IS 142 (55.86% from 255) = 40.34%
BLUE value IS 127 (50% from 255) = 36.08%
R=23.58%
G=40.34%
B=36.08%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal831421270.4200.110.44164.7526.2244.12
Hex538E7F2A0B2Ca51a2c
Octal12321617752013542453254
Binary1010011100011101111111101010010111011001010010111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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