#539688

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

Shades of Lochinvar #539688

Tints of Lochinvar #539688

Color information

#539688 (or 0x539688) is unknown color: approx Lochinvar. HEX triplet: 53, 96 and 88. RGB value is (83,150,136). Sum of RGB (Red+Green+Blue) = 83+150+136=369 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.49% from 369); Green value is 150 (58.98% from 255 or 40.65% from 369); Blue value is 136 (53.52% from 255 or 36.86% from 369); Max value from RGB is 150 - color contains mainly: green. Hex color #539688 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539688 is #AC6977. Grayscale: #808080. Windows color (decimal): -11299192 or 8951379. OLE color: 8951379.

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

Color convert

RGB83150136-
CMYK0.4500.090.41
HSL167.46º28.76%45.69%-
HSV(B)167.46º44.67%58.82%-
XYZ18.9225.4327.2-
YUV128.37132.395.64-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.49%
GREEN value IS 150 (58.98% from 255) = 40.65%
BLUE value IS 136 (53.52% from 255) = 36.86%
R=22.49%
G=40.65%
B=36.86%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal831501360.4500.090.41167.4628.7645.69
Hex5396882D0929a71d2e
Octal12322621055011512473556
Binary10100111001011010001000101101010011010011010011111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539688; }

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

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

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

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

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

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

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

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