#509599

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

Shades of Half Baked #509599

Tints of Half Baked #509599

Color information

#509599 (or 0x509599) is unknown color: approx Half Baked. HEX triplet: 50, 95 and 99. RGB value is (80,149,153). Sum of RGB (Red+Green+Blue) = 80+149+153=382 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.94% from 382); Green value is 149 (58.59% from 255 or 39.01% from 382); Blue value is 153 (60.16% from 255 or 40.05% from 382); Max value from RGB is 153 - color contains mainly: blue. Hex color #509599 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509599 is #AF6A66. Grayscale: #808080. Windows color (decimal): -11496039 or 10065232. OLE color: 10065232.

HSL color Cylindrical-coordinate representation of color #509599: hue angle of 183.29º 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 #509599 is Cyan = 0.48, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB80149153-
CMYK0.480.0300.4
HSL183.29º31.33%45.69%-
HSV(B)183.29º47.71%60%-
XYZ19.8125.534.02-
YUV128.82141.6493.17-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.94%
GREEN value IS 149 (58.59% from 255) = 39.01%
BLUE value IS 153 (60.16% from 255) = 40.05%
R=20.94%
G=39.01%
B=40.05%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal801491530.480.0300.4183.2931.3345.69
Hex509599303028b71f2e
Octal1202252316030502673756
Binary101000010010101100110011100001101010001011011111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509599; }

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

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

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

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

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

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

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

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