#508C8A

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

Shades of Half Baked #508C8A

Tints of Half Baked #508C8A

Color information

#508C8A (or 0x508C8A) is unknown color: approx Half Baked. HEX triplet: 50, 8C and 8A. RGB value is (80,140,138). Sum of RGB (Red+Green+Blue) = 80+140+138=358 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.35% from 358); Green value is 140 (55.08% from 255 or 39.11% from 358); Blue value is 138 (54.30% from 255 or 38.55% from 358); Max value from RGB is 140 - color contains mainly: green. Hex color #508C8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508C8A is #AF7375. Grayscale: #797979. Windows color (decimal): -11498358 or 9079888. OLE color: 9079888.

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

Color convert

RGB80140138-
CMYK0.4300.010.45
HSL178º27.27%43.14%-
HSV(B)178º42.86%54.9%-
XYZ17.2722.327.44-
YUV121.83137.1298.16-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.35%
GREEN value IS 140 (55.08% from 255) = 39.11%
BLUE value IS 138 (54.30% from 255) = 38.55%
R=22.35%
G=39.11%
B=38.55%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal801401380.4300.010.4517827.2743.14
Hex508C8A2B012Db21b2b
Octal1202142125301552623353
Binary10100001000110010001010101011011011011011001011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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