#538D86

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

Shades of Lochinvar #538D86

Tints of Lochinvar #538D86

Color information

#538D86 (or 0x538D86) is unknown color: approx Lochinvar. HEX triplet: 53, 8D and 86. RGB value is (83,141,134). Sum of RGB (Red+Green+Blue) = 83+141+134=358 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.18% from 358); Green value is 141 (55.47% from 255 or 39.39% from 358); Blue value is 134 (52.73% from 255 or 37.43% from 358); Max value from RGB is 141 - color contains mainly: green. Hex color #538D86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538D86 is #AC7279. Grayscale: #7A7A7A. Windows color (decimal): -11301498 or 8818003. OLE color: 8818003.

HSL color Cylindrical-coordinate representation of color #538D86: hue angle of 172.76º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #538D86 is Cyan = 0.41, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.45.

Color convert

RGB83141134-
CMYK0.4100.050.45
HSL172.76º25.89%43.92%-
HSV(B)172.76º41.13%55.29%-
XYZ17.422.6126-
YUV122.86134.2899.57-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.18%
GREEN value IS 141 (55.47% from 255) = 39.39%
BLUE value IS 134 (52.73% from 255) = 37.43%
R=23.18%
G=39.39%
B=37.43%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal831411340.4100.050.45172.7625.8943.92
Hex538D8629052Dad1a2c
Octal1232152065105552553254
Binary1010011100011011000011010100101011011011010110111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,141,134); }

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

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

 a { background-color: rgb(83,141,134); }

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

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

 span { border-color: rgb(83,141,134); }

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