#539B88

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

Shades of Lochinvar #539B88

Tints of Lochinvar #539B88

Color information

#539B88 (or 0x539B88) is unknown color: approx Lochinvar. HEX triplet: 53, 9B and 88. RGB value is (83,155,136). Sum of RGB (Red+Green+Blue) = 83+155+136=374 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.19% from 374); Green value is 155 (60.94% from 255 or 41.44% from 374); Blue value is 136 (53.52% from 255 or 36.36% from 374); Max value from RGB is 155 - color contains mainly: green. Hex color #539B88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539B88 is #AC6477. Grayscale: #838383. Windows color (decimal): -11297912 or 8952659. OLE color: 8952659.

HSL color Cylindrical-coordinate representation of color #539B88: hue angle of 164.17º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #539B88 is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB83155136-
CMYK0.4600.120.39
HSL164.17º30.25%46.67%-
HSV(B)164.17º46.45%60.78%-
XYZ19.7327.0627.48-
YUV131.31130.6593.54-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.19%
GREEN value IS 155 (60.94% from 255) = 41.44%
BLUE value IS 136 (53.52% from 255) = 36.36%
R=22.19%
G=41.44%
B=36.36%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal831551360.4600.120.39164.1730.2546.67
Hex539B882E0C27a41e2f
Octal12323321056014472443657
Binary10100111001101110001000101110011001001111010010011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539B88; }

 p { color: rgb(83,155,136); }

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

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

 a { background-color: rgb(83,155,136); }

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

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

 span { border-color: rgb(83,155,136); }

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