#508B8A

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

Shades of Half Baked #508B8A

Tints of Half Baked #508B8A

Color information

#508B8A (or 0x508B8A) is unknown color: approx Half Baked. HEX triplet: 50, 8B and 8A. RGB value is (80,139,138). Sum of RGB (Red+Green+Blue) = 80+139+138=357 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.41% from 357); Green value is 139 (54.69% from 255 or 38.94% from 357); Blue value is 138 (54.30% from 255 or 38.66% from 357); Max value from RGB is 139 - color contains mainly: green. Hex color #508B8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508B8A is #AF7475. Grayscale: #797979. Windows color (decimal): -11498614 or 9079632. OLE color: 9079632.

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

Color convert

RGB80139138-
CMYK0.4200.010.45
HSL178.98º26.94%42.94%-
HSV(B)178.98º42.45%54.51%-
XYZ17.1322.0127.39-
YUV121.24137.4598.58-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.41%
GREEN value IS 139 (54.69% from 255) = 38.94%
BLUE value IS 138 (54.30% from 255) = 38.66%
R=22.41%
G=38.94%
B=38.66%

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
Decimal801391380.4200.010.45178.9826.9442.94
Hex508B8A2A012Db31b2b
Octal1202132125201552633353
Binary10100001000101110001010101010011011011011001111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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