#539888

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

Shades of Lochinvar #539888

Tints of Lochinvar #539888

Color information

#539888 (or 0x539888) is unknown color: approx Lochinvar. HEX triplet: 53, 98 and 88. RGB value is (83,152,136). Sum of RGB (Red+Green+Blue) = 83+152+136=371 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.37% from 371); Green value is 152 (59.77% from 255 or 40.97% from 371); Blue value is 136 (53.52% from 255 or 36.66% from 371); Max value from RGB is 152 - color contains mainly: green. Hex color #539888 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539888 is #AC6777. Grayscale: #818181. Windows color (decimal): -11298680 or 8951891. OLE color: 8951891.

HSL color Cylindrical-coordinate representation of color #539888: hue angle of 166.09º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #539888 is Cyan = 0.45, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB83152136-
CMYK0.4500.110.40
HSL166.09º29.36%46.08%-
HSV(B)166.09º45.39%59.61%-
XYZ19.2426.0727.31-
YUV129.54131.6494.8-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.37%
GREEN value IS 152 (59.77% from 255) = 40.97%
BLUE value IS 136 (53.52% from 255) = 36.66%
R=22.37%
G=40.97%
B=36.66%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal831521360.4500.110.40166.0929.3646.08
Hex5398882D0B28a61d2e
Octal12323021055013502463556
Binary10100111001100010001000101101010111010001010011011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539888; }

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

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

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

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

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

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

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

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