#508E95

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

Shades of Half Baked #508E95

Tints of Half Baked #508E95

Color information

#508E95 (or 0x508E95) is unknown color: approx Half Baked. HEX triplet: 50, 8E and 95. RGB value is (80,142,149). Sum of RGB (Red+Green+Blue) = 80+142+149=371 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.56% from 371); Green value is 142 (55.86% from 255 or 38.27% from 371); Blue value is 149 (58.59% from 255 or 40.16% from 371); Max value from RGB is 149 - color contains mainly: blue. Hex color #508E95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508E95 is #AF716A. Grayscale: #7C7C7C. Windows color (decimal): -11497835 or 9801296. OLE color: 9801296.

HSL color Cylindrical-coordinate representation of color #508E95: hue angle of 186.09º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #508E95 is Cyan = 0.46, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB80142149-
CMYK0.460.0500.42
HSL186.09º30.13%44.9%-
HSV(B)186.09º46.31%58.43%-
XYZ18.4123.2231.95-
YUV124.26141.9696.43-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.56%
GREEN value IS 142 (55.86% from 255) = 38.27%
BLUE value IS 149 (58.59% from 255) = 40.16%
R=21.56%
G=38.27%
B=40.16%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal801421490.460.0500.42186.0930.1344.9
Hex508E952E502Aba1e2d
Octal1202162255650522723655
Binary1010000100011101001010110111010101010101011101011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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