#509985

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

Shades of Lochinvar #509985

Tints of Lochinvar #509985

Color information

#509985 (or 0x509985) is unknown color: approx Lochinvar. HEX triplet: 50, 99 and 85. RGB value is (80,153,133). Sum of RGB (Red+Green+Blue) = 80+153+133=366 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.86% from 366); Green value is 153 (60.16% from 255 or 41.80% from 366); Blue value is 133 (52.34% from 255 or 36.34% from 366); Max value from RGB is 153 - color contains mainly: green. Hex color #509985 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509985 is #AF667A. Grayscale: #808080. Windows color (decimal): -11495035 or 8755536. OLE color: 8755536.

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

Color convert

RGB80153133-
CMYK0.4800.130.4
HSL163.56º31.33%45.69%-
HSV(B)163.56º47.71%60%-
XYZ18.9326.1826.25-
YUV128.89130.3293.13-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.86%
GREEN value IS 153 (60.16% from 255) = 41.80%
BLUE value IS 133 (52.34% from 255) = 36.34%
R=21.86%
G=41.80%
B=36.34%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal801531330.4800.130.4163.5631.3345.69
Hex509985300D28a41f2e
Octal12023120560015502443756
Binary10100001001100110000101110000011011010001010010011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509985; }

 p { color: rgb(80,153,133); }

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

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

 a { background-color: rgb(80,153,133); }

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

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

 span { border-color: rgb(80,153,133); }

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