#50898D

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

Shades of Half Baked #50898D

Tints of Half Baked #50898D

Color information

#50898D (or 0x50898D) is unknown color: approx Half Baked. HEX triplet: 50, 89 and 8D. RGB value is (80,137,141). Sum of RGB (Red+Green+Blue) = 80+137+141=358 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.35% from 358); Green value is 137 (53.91% from 255 or 38.27% from 358); Blue value is 141 (55.47% from 255 or 39.39% from 358); Max value from RGB is 141 - color contains mainly: blue. Hex color #50898D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50898D is #AF7672. Grayscale: #787878. Windows color (decimal): -11499123 or 9275728. OLE color: 9275728.

HSL color Cylindrical-coordinate representation of color #50898D: hue angle of 183.93º degrees, saturation: 0.28, 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 #50898D is Cyan = 0.43, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB80137141-
CMYK0.430.0300.45
HSL183.93º27.6%43.33%-
HSV(B)183.93º43.26%55.29%-
XYZ17.0621.5228.45-
YUV120.41139.6299.17-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.35%
GREEN value IS 137 (53.91% from 255) = 38.27%
BLUE value IS 141 (55.47% from 255) = 39.39%
R=22.35%
G=38.27%
B=39.39%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal801371410.430.0300.45183.9327.643.33
Hex50898D2B302Db81c2b
Octal1202112155330552703453
Binary101000010001001100011011010111101011011011100011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50898D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50898D; }

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

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

<style>
 a { background-color: #50898D; }

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

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

<style>
 span { border-color: #50898D; }

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

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