#508D8C

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

Shades of Half Baked #508D8C

Tints of Half Baked #508D8C

Color information

#508D8C (or 0x508D8C) is unknown color: approx Half Baked. HEX triplet: 50, 8D and 8C. RGB value is (80,141,140). Sum of RGB (Red+Green+Blue) = 80+141+140=361 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.16% from 361); Green value is 141 (55.47% from 255 or 39.06% from 361); Blue value is 140 (55.08% from 255 or 38.78% from 361); Max value from RGB is 141 - color contains mainly: green. Hex color #508D8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508D8C is #AF7273. Grayscale: #7A7A7A. Windows color (decimal): -11498100 or 9211216. OLE color: 9211216.

HSL color Cylindrical-coordinate representation of color #508D8C: hue angle of 179.02º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #508D8C is Cyan = 0.43, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB80141140-
CMYK0.4300.010.45
HSL179.02º27.6%43.33%-
HSV(B)179.02º43.26%55.29%-
XYZ17.5722.6528.26-
YUV122.65137.7997.58-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.16%
GREEN value IS 141 (55.47% from 255) = 39.06%
BLUE value IS 140 (55.08% from 255) = 38.78%
R=22.16%
G=39.06%
B=38.78%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal801411400.4300.010.45179.0227.643.33
Hex508D8C2B012Db31c2b
Octal1202152145301552633453
Binary10100001000110110001100101011011011011011001111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508D8C; }

 p { color: rgb(80,141,140); }

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

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

 a { background-color: rgb(80,141,140); }

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

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

 span { border-color: rgb(80,141,140); }

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