#539687

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

Shades of Lochinvar #539687

Tints of Lochinvar #539687

Color information

#539687 (or 0x539687) is unknown color: approx Lochinvar. HEX triplet: 53, 96 and 87. RGB value is (83,150,135). Sum of RGB (Red+Green+Blue) = 83+150+135=368 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.55% from 368); Green value is 150 (58.98% from 255 or 40.76% from 368); Blue value is 135 (53.12% from 255 or 36.68% from 368); Max value from RGB is 150 - color contains mainly: green. Hex color #539687 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539687 is #AC6978. Grayscale: #808080. Windows color (decimal): -11299193 or 8885843. OLE color: 8885843.

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

Color convert

RGB83150135-
CMYK0.4500.10.41
HSL166.57º28.76%45.69%-
HSV(B)166.57º44.67%58.82%-
XYZ18.8525.426.83-
YUV128.26131.895.72-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.55%
GREEN value IS 150 (58.98% from 255) = 40.76%
BLUE value IS 135 (53.12% from 255) = 36.68%
R=22.55%
G=40.76%
B=36.68%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal831501350.4500.10.41166.5728.7645.69
Hex5396872D0A29a71d2e
Octal12322620755012512473556
Binary10100111001011010000111101101010101010011010011111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539687; }

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

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

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

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

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

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

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

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