#509888

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

Shades of Lochinvar #509888

Tints of Lochinvar #509888

Color information

#509888 (or 0x509888) is unknown color: approx Lochinvar. HEX triplet: 50, 98 and 88. RGB value is (80,152,136). Sum of RGB (Red+Green+Blue) = 80+152+136=368 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.74% from 368); Green value is 152 (59.77% from 255 or 41.30% from 368); Blue value is 136 (53.52% from 255 or 36.96% from 368); Max value from RGB is 152 - color contains mainly: green. Hex color #509888 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509888 is #AF6777. Grayscale: #808080. Windows color (decimal): -11495288 or 8951888. OLE color: 8951888.

HSL color Cylindrical-coordinate representation of color #509888: hue angle of 166.67º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #509888 is Cyan = 0.47, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB80152136-
CMYK0.4700.110.40
HSL166.67º31.03%45.49%-
HSV(B)166.67º47.37%59.61%-
XYZ18.9825.9427.3-
YUV128.65132.1593.3-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.74%
GREEN value IS 152 (59.77% from 255) = 41.30%
BLUE value IS 136 (53.52% from 255) = 36.96%
R=21.74%
G=41.30%
B=36.96%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal801521360.4700.110.40166.6731.0345.49
Hex5098882F0B28a71f2d
Octal12023021057013502473755
Binary10100001001100010001000101111010111010001010011111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509888; }

 p { color: rgb(80,152,136); }

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

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

 a { background-color: rgb(80,152,136); }

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

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

 span { border-color: rgb(80,152,136); }

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