#539990

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

Shades of Lochinvar #539990

Tints of Lochinvar #539990

Color information

#539990 (or 0x539990) is unknown color: approx Lochinvar. HEX triplet: 53, 99 and 90. RGB value is (83,153,144). Sum of RGB (Red+Green+Blue) = 83+153+144=380 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.84% from 380); Green value is 153 (60.16% from 255 or 40.26% from 380); Blue value is 144 (56.64% from 255 or 37.89% from 380); Max value from RGB is 153 - color contains mainly: green. Hex color #539990 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539990 is #AC666F. Grayscale: #838383. Windows color (decimal): -11298416 or 9476435. OLE color: 9476435.

HSL color Cylindrical-coordinate representation of color #539990: hue angle of 172.29º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #539990 is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.4.

Color convert

RGB83153144-
CMYK0.4600.060.4
HSL172.29º29.66%46.27%-
HSV(B)172.29º45.75%60%-
XYZ19.9926.6430.47-
YUV131.04135.3193.73-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.84%
GREEN value IS 153 (60.16% from 255) = 40.26%
BLUE value IS 144 (56.64% from 255) = 37.89%
R=21.84%
G=40.26%
B=37.89%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal831531440.4600.060.4172.2929.6646.27
Hex5399902E0628ac1e2e
Octal1232312205606502543656
Binary1010011100110011001000010111001101010001010110011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539990; }

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

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

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

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

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

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

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

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