#508D96

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

Shades of Half Baked #508D96

Tints of Half Baked #508D96

Color information

#508D96 (or 0x508D96) is unknown color: approx Half Baked. HEX triplet: 50, 8D and 96. RGB value is (80,141,150). Sum of RGB (Red+Green+Blue) = 80+141+150=371 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.56% from 371); Green value is 141 (55.47% from 255 or 38.01% from 371); Blue value is 150 (58.98% from 255 or 40.43% from 371); Max value from RGB is 150 - color contains mainly: blue. Hex color #508D96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508D96 is #AF7269. Grayscale: #7B7B7B. Windows color (decimal): -11498090 or 9866576. OLE color: 9866576.

HSL color Cylindrical-coordinate representation of color #508D96: hue angle of 187.71º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #508D96 is Cyan = 0.47, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB80141150-
CMYK0.470.0600.41
HSL187.71º30.43%45.1%-
HSV(B)187.71º46.67%58.82%-
XYZ18.3422.9632.32-
YUV123.79142.7996.77-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.56%
GREEN value IS 141 (55.47% from 255) = 38.01%
BLUE value IS 150 (58.98% from 255) = 40.43%
R=21.56%
G=38.01%
B=40.43%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal801411500.470.0600.41187.7130.4345.1
Hex508D962F6029bc1e2d
Octal1202152265760512743655
Binary1010000100011011001011010111111001010011011110011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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