#50878E

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

Shades of Half Baked #50878E

Tints of Half Baked #50878E

Color information

#50878E (or 0x50878E) is unknown color: approx Half Baked. HEX triplet: 50, 87 and 8E. RGB value is (80,135,142). Sum of RGB (Red+Green+Blue) = 80+135+142=357 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.41% from 357); Green value is 135 (53.12% from 255 or 37.82% from 357); Blue value is 142 (55.86% from 255 or 39.78% from 357); Max value from RGB is 142 - color contains mainly: blue. Hex color #50878E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50878E is #AF7871. Grayscale: #777777. Windows color (decimal): -11499634 or 9340752. OLE color: 9340752.

HSL color Cylindrical-coordinate representation of color #50878E: hue angle of 186.77º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #50878E is Cyan = 0.44, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB80135142-
CMYK0.440.0500.44
HSL186.77º27.93%43.53%-
HSV(B)186.77º43.66%55.69%-
XYZ16.8520.9928.75-
YUV119.35140.7899.93-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.41%
GREEN value IS 135 (53.12% from 255) = 37.82%
BLUE value IS 142 (55.86% from 255) = 39.78%
R=22.41%
G=37.82%
B=39.78%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal801351420.440.0500.44186.7727.9343.53
Hex50878E2C502Cbb1c2c
Octal1202072165450542733454
Binary1010000100001111000111010110010101011001011101111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50878E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50878E; }

 p { color: rgb(80,135,142); }

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

<style>
 a { background-color: #50878E; }

 a { background-color: rgb(80,135,142); }

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

<style>
 span { border-color: #50878E; }

 span { border-color: rgb(80,135,142); }

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