#508C93

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

Shades of Half Baked #508C93

Tints of Half Baked #508C93

Color information

#508C93 (or 0x508C93) is unknown color: approx Half Baked. HEX triplet: 50, 8C and 93. RGB value is (80,140,147). Sum of RGB (Red+Green+Blue) = 80+140+147=367 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.80% from 367); Green value is 140 (55.08% from 255 or 38.15% from 367); Blue value is 147 (57.81% from 255 or 40.05% from 367); Max value from RGB is 147 - color contains mainly: blue. Hex color #508C93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508C93 is #AF736C. Grayscale: #7A7A7A. Windows color (decimal): -11498349 or 9669712. OLE color: 9669712.

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

Color convert

RGB80140147-
CMYK0.460.0500.42
HSL186.27º29.52%44.51%-
HSV(B)186.27º45.58%57.65%-
XYZ17.9522.5731.01-
YUV122.86141.6297.43-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.80%
GREEN value IS 140 (55.08% from 255) = 38.15%
BLUE value IS 147 (57.81% from 255) = 40.05%
R=21.80%
G=38.15%
B=40.05%

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
Decimal801401470.460.0500.42186.2729.5244.51
Hex508C932E502Aba1e2d
Octal1202142235650522723655
Binary1010000100011001001001110111010101010101011101011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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