#538780

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

Shades of Lochinvar #538780

Tints of Lochinvar #538780

Color information

#538780 (or 0x538780) is unknown color: approx Lochinvar. HEX triplet: 53, 87 and 80. RGB value is (83,135,128). Sum of RGB (Red+Green+Blue) = 83+135+128=346 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.99% from 346); Green value is 135 (53.12% from 255 or 39.02% from 346); Blue value is 128 (50.39% from 255 or 36.99% from 346); Max value from RGB is 135 - color contains mainly: green. Hex color #538780 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538780 is #AC787F. Grayscale: #767676. Windows color (decimal): -11303040 or 8423251. OLE color: 8423251.

HSL color Cylindrical-coordinate representation of color #538780: hue angle of 171.92º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #538780 is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB83135128-
CMYK0.3900.050.47
HSL171.92º23.85%42.75%-
HSV(B)171.92º38.52%52.94%-
XYZ16.1320.7323.57-
YUV118.65133.27102.57-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.99%
GREEN value IS 135 (53.12% from 255) = 39.02%
BLUE value IS 128 (50.39% from 255) = 36.99%
R=23.99%
G=39.02%
B=36.99%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal831351280.3900.050.47171.9223.8542.75
Hex53878027052Fac182b
Octal1232072004705572543053
Binary1010011100001111000000010011101011011111010110011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538780; }

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

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

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

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

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

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

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

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