#509799

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

Shades of Half Baked #509799

Tints of Half Baked #509799

Color information

#509799 (or 0x509799) is unknown color: approx Half Baked. HEX triplet: 50, 97 and 99. RGB value is (80,151,153). Sum of RGB (Red+Green+Blue) = 80+151+153=384 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.83% from 384); Green value is 151 (59.38% from 255 or 39.32% from 384); Blue value is 153 (60.16% from 255 or 39.84% from 384); Max value from RGB is 153 - color contains mainly: blue. Hex color #509799 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509799 is #AF6866. Grayscale: #818181. Windows color (decimal): -11495527 or 10065744. OLE color: 10065744.

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

Color convert

RGB80151153-
CMYK0.480.0100.4
HSL181.64º31.33%45.69%-
HSV(B)181.64º47.71%60%-
XYZ20.1226.1434.12-
YUV130140.9892.34-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.83%
GREEN value IS 151 (59.38% from 255) = 39.32%
BLUE value IS 153 (60.16% from 255) = 39.84%
R=20.83%
G=39.32%
B=39.84%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal801511530.480.0100.4181.6431.3345.69
Hex509799301028b61f2e
Octal1202272316010502663756
Binary10100001001011110011001110000101010001011011011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509799; }

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

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

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

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

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

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

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

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