#508B89

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

Shades of Half Baked #508B89

Tints of Half Baked #508B89

Color information

#508B89 (or 0x508B89) is unknown color: approx Half Baked. HEX triplet: 50, 8B and 89. RGB value is (80,139,137). Sum of RGB (Red+Green+Blue) = 80+139+137=356 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.47% from 356); Green value is 139 (54.69% from 255 or 39.04% from 356); Blue value is 137 (53.91% from 255 or 38.48% from 356); Max value from RGB is 139 - color contains mainly: green. Hex color #508B89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508B89 is #AF7476. Grayscale: #797979. Windows color (decimal): -11498615 or 9014096. OLE color: 9014096.

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

Color convert

RGB80139137-
CMYK0.4200.010.45
HSL177.97º26.94%42.94%-
HSV(B)177.97º42.45%54.51%-
XYZ17.0621.9827.01-
YUV121.13136.9598.66-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.47%
GREEN value IS 139 (54.69% from 255) = 39.04%
BLUE value IS 137 (53.91% from 255) = 38.48%
R=22.47%
G=39.04%
B=38.48%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal801391370.4200.010.45177.9726.9442.94
Hex508B892A012Db21b2b
Octal1202132115201552623353
Binary10100001000101110001001101010011011011011001011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,139,137); }

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

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

 a { background-color: rgb(80,139,137); }

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

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

 span { border-color: rgb(80,139,137); }

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