#538D80

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

Shades of Lochinvar #538D80

Tints of Lochinvar #538D80

Color information

#538D80 (or 0x538D80) is unknown color: approx Lochinvar. HEX triplet: 53, 8D and 80. RGB value is (83,141,128). Sum of RGB (Red+Green+Blue) = 83+141+128=352 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.58% from 352); Green value is 141 (55.47% from 255 or 40.06% from 352); Blue value is 128 (50.39% from 255 or 36.36% from 352); Max value from RGB is 141 - color contains mainly: green. Hex color #538D80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538D80 is #AC727F. Grayscale: #7A7A7A. Windows color (decimal): -11301504 or 8424787. OLE color: 8424787.

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

Color convert

RGB83141128-
CMYK0.4100.090.45
HSL166.55º25.89%43.92%-
HSV(B)166.55º41.13%55.29%-
XYZ16.9922.4523.86-
YUV122.18131.28100.06-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.58%
GREEN value IS 141 (55.47% from 255) = 40.06%
BLUE value IS 128 (50.39% from 255) = 36.36%
R=23.58%
G=40.06%
B=36.36%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal831411280.4100.090.45166.5525.8943.92
Hex538D8029092Da71a2c
Octal12321520051011552473254
Binary10100111000110110000000101001010011011011010011111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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