#509B95

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

Shades of Half Baked #509B95

Tints of Half Baked #509B95

Color information

#509B95 (or 0x509B95) is unknown color: approx Half Baked. HEX triplet: 50, 9B and 95. RGB value is (80,155,149). Sum of RGB (Red+Green+Blue) = 80+155+149=384 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.83% from 384); Green value is 155 (60.94% from 255 or 40.36% from 384); Blue value is 149 (58.59% from 255 or 38.80% from 384); Max value from RGB is 155 - color contains mainly: green. Hex color #509B95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509B95 is #AF646A. Grayscale: #838383. Windows color (decimal): -11494507 or 9804624. OLE color: 9804624.

HSL color Cylindrical-coordinate representation of color #509B95: hue angle of 175.2º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #509B95 is Cyan = 0.48, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.39.

Color convert

RGB80155149-
CMYK0.4800.040.39
HSL175.2º31.91%46.08%-
HSV(B)175.2º48.39%60.78%-
XYZ20.4527.3232.63-
YUV131.89137.6590.99-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.83%
GREEN value IS 155 (60.94% from 255) = 40.36%
BLUE value IS 149 (58.59% from 255) = 38.80%
R=20.83%
G=40.36%
B=38.80%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal801551490.4800.040.39175.231.9146.08
Hex509B95300427af202e
Octal1202332256004472574056
Binary10100001001101110010101110000010010011110101111100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509B95; }

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

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

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

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

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

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

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

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