#509995

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

Shades of Half Baked #509995

Tints of Half Baked #509995

Color information

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

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

Color convert

RGB80153149-
CMYK0.4800.030.4
HSL176.71º31.33%45.69%-
HSV(B)176.71º47.71%60%-
XYZ20.1226.6632.52-
YUV130.72138.3291.83-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal801531490.4800.030.4176.7131.3345.69
Hex509995300328b11f2e
Octal1202312256003502613756
Binary101000010011001100101011100000111010001011000111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509995; }

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

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

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

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

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

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

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

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