#508D94

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

Shades of Half Baked #508D94

Tints of Half Baked #508D94

Color information

#508D94 (or 0x508D94) is unknown color: approx Half Baked. HEX triplet: 50, 8D and 94. RGB value is (80,141,148). Sum of RGB (Red+Green+Blue) = 80+141+148=369 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.68% from 369); Green value is 141 (55.47% from 255 or 38.21% from 369); Blue value is 148 (58.20% from 255 or 40.11% from 369); Max value from RGB is 148 - color contains mainly: blue. Hex color #508D94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508D94 is #AF726B. Grayscale: #7B7B7B. Windows color (decimal): -11498092 or 9735504. OLE color: 9735504.

HSL color Cylindrical-coordinate representation of color #508D94: hue angle of 186.18º 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 #508D94 is Cyan = 0.46, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB80141148-
CMYK0.460.0500.42
HSL186.18º29.82%44.71%-
HSV(B)186.18º45.95%58.04%-
XYZ18.1822.8931.48-
YUV123.56141.7996.93-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.68%
GREEN value IS 141 (55.47% from 255) = 38.21%
BLUE value IS 148 (58.20% from 255) = 40.11%
R=21.68%
G=38.21%
B=40.11%

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
Decimal801411480.460.0500.42186.1829.8244.71
Hex508D942E502Aba1e2d
Octal1202152245650522723655
Binary1010000100011011001010010111010101010101011101011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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