#509E8B

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

Shades of Lochinvar #509E8B

Tints of Lochinvar #509E8B

Color information

#509E8B (or 0x509E8B) is unknown color: approx Lochinvar. HEX triplet: 50, 9E and 8B. RGB value is (80,158,139). Sum of RGB (Red+Green+Blue) = 80+158+139=377 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.22% from 377); Green value is 158 (62.11% from 255 or 41.91% from 377); Blue value is 139 (54.69% from 255 or 36.87% from 377); Max value from RGB is 158 - color contains mainly: green. Hex color #509E8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509E8B is #AF6174. Grayscale: #848484. Windows color (decimal): -11493749 or 9150032. OLE color: 9150032.

HSL color Cylindrical-coordinate representation of color #509E8B: hue angle of 165.38º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #509E8B is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.38.

Color convert

RGB80158139-
CMYK0.4900.120.38
HSL165.38º32.77%46.67%-
HSV(B)165.38º49.37%61.96%-
XYZ20.228.0228.77-
YUV132.51131.6690.54-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.22%
GREEN value IS 158 (62.11% from 255) = 41.91%
BLUE value IS 139 (54.69% from 255) = 36.87%
R=21.22%
G=41.91%
B=36.87%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal801581390.4900.120.38165.3832.7746.67
Hex509E8B310C26a5212f
Octal12023621361014462454157
Binary101000010011110100010111100010110010011010100101100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,158,139); }

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

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

 a { background-color: rgb(80,158,139); }

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

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

 span { border-color: rgb(80,158,139); }

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