#538F7E

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

Shades of Lochinvar #538F7E

Tints of Lochinvar #538F7E

Color information

#538F7E (or 0x538F7E) is unknown color: approx Lochinvar. HEX triplet: 53, 8F and 7E. RGB value is (83,143,126). Sum of RGB (Red+Green+Blue) = 83+143+126=352 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.58% from 352); Green value is 143 (56.25% from 255 or 40.62% from 352); Blue value is 126 (49.61% from 255 or 35.80% from 352); Max value from RGB is 143 - color contains mainly: green. Hex color #538F7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538F7E is #AC7081. Grayscale: #7B7B7B. Windows color (decimal): -11300994 or 8294227. OLE color: 8294227.

HSL color Cylindrical-coordinate representation of color #538F7E: hue angle of 163º degrees, saturation: 0.27, 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 #538F7E is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB83143126-
CMYK0.4200.120.44
HSL163º26.55%44.31%-
HSV(B)163º41.96%56.08%-
XYZ17.1622.9923.27-
YUV123.12129.6299.38-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.58%
GREEN value IS 143 (56.25% from 255) = 40.62%
BLUE value IS 126 (49.61% from 255) = 35.80%
R=23.58%
G=40.62%
B=35.80%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal831431260.4200.120.4416326.5544.31
Hex538F7E2A0C2Ca31b2c
Octal12321717652014542433354
Binary1010011100011111111110101010011001011001010001111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,143,126); }

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

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

 a { background-color: rgb(83,143,126); }

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

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

 span { border-color: rgb(83,143,126); }

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