#509B8D

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

Shades of Lochinvar #509B8D

Tints of Lochinvar #509B8D

Color information

#509B8D (or 0x509B8D) is unknown color: approx Lochinvar. HEX triplet: 50, 9B and 8D. RGB value is (80,155,141). Sum of RGB (Red+Green+Blue) = 80+155+141=376 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.28% from 376); Green value is 155 (60.94% from 255 or 41.22% from 376); Blue value is 141 (55.47% from 255 or 37.5% from 376); Max value from RGB is 155 - color contains mainly: green. Hex color #509B8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509B8D is #AF6472. Grayscale: #828282. Windows color (decimal): -11494515 or 9280336. OLE color: 9280336.

HSL color Cylindrical-coordinate representation of color #509B8D: hue angle of 168.8º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #509B8D is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.39.

Color convert

RGB80155141-
CMYK0.4800.090.39
HSL168.8º31.91%46.08%-
HSV(B)168.8º48.39%60.78%-
XYZ19.8427.0729.38-
YUV130.98133.6591.64-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.28%
GREEN value IS 155 (60.94% from 255) = 41.22%
BLUE value IS 141 (55.47% from 255) = 37.5%
R=21.28%
G=41.22%
B=37.5%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal801551410.4800.090.39168.831.9146.08
Hex509B8D300927a9202e
Octal12023321560011472514056
Binary101000010011011100011011100000100110011110101001100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509B8D; }

 p { color: rgb(80,155,141); }

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

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

 a { background-color: rgb(80,155,141); }

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

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

 span { border-color: rgb(80,155,141); }

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