#539C90

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

Shades of Lochinvar #539C90

Tints of Lochinvar #539C90

Color information

#539C90 (or 0x539C90) is unknown color: approx Lochinvar. HEX triplet: 53, 9C and 90. RGB value is (83,156,144). Sum of RGB (Red+Green+Blue) = 83+156+144=383 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.67% from 383); Green value is 156 (61.33% from 255 or 40.73% from 383); Blue value is 144 (56.64% from 255 or 37.60% from 383); Max value from RGB is 156 - color contains mainly: green. Hex color #539C90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539C90 is #AC636F. Grayscale: #848484. Windows color (decimal): -11297648 or 9477203. OLE color: 9477203.

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

Color convert

RGB83156144-
CMYK0.4700.080.39
HSL170.14º30.54%46.86%-
HSV(B)170.14º46.79%61.18%-
XYZ20.4927.6330.64-
YUV132.8134.3292.48-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.67%
GREEN value IS 156 (61.33% from 255) = 40.73%
BLUE value IS 144 (56.64% from 255) = 37.60%
R=21.67%
G=40.73%
B=37.60%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal831561440.4700.080.39170.1430.5446.86
Hex539C902F0827aa1f2f
Octal12323422057010472523757
Binary10100111001110010010000101111010001001111010101011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,156,144); }

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

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

 a { background-color: rgb(83,156,144); }

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

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

 span { border-color: rgb(83,156,144); }

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