#509996

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

Shades of Half Baked #509996

Tints of Half Baked #509996

Color information

#509996 (or 0x509996) is unknown color: approx Half Baked. HEX triplet: 50, 99 and 96. RGB value is (80,153,150). Sum of RGB (Red+Green+Blue) = 80+153+150=383 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.89% from 383); Green value is 153 (60.16% from 255 or 39.95% from 383); Blue value is 150 (58.98% from 255 or 39.16% from 383); Max value from RGB is 153 - color contains mainly: green. Hex color #509996 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509996 is #AF6669. Grayscale: #828282. Windows color (decimal): -11495018 or 9869648. OLE color: 9869648.

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

Color convert

RGB80153150-
CMYK0.4800.020.4
HSL177.53º31.33%45.69%-
HSV(B)177.53º47.71%60%-
XYZ20.226.6932.94-
YUV130.83138.8291.74-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.89%
GREEN value IS 153 (60.16% from 255) = 39.95%
BLUE value IS 150 (58.98% from 255) = 39.16%
R=20.89%
G=39.95%
B=39.16%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal801531500.4800.020.4177.5331.3345.69
Hex509996300228b21f2e
Octal1202312266002502623756
Binary101000010011001100101101100000101010001011001011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509996; }

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

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

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

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

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

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

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

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