Html Css Color HEX #50888D Half Baked

📋 copy color: '#50888D'

red 80 ◦ green 136 ◦ blue 141

#50888D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Half Baked #50888D

Tints of Half Baked #50888D

RGB

 RED value IS 80 (31.64% from 255) = 22.41%

 GREEN value IS 136 (53.52% from 255) = 38.1%

 BLUE value IS 141 (55.47% from 255) = 39.5%

R = 22.41%
G = 38.1%
B = 39.5%

CMYK

 C value IS 0.43

 M value IS 0.04

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#50888D (or 0x50888D) is known color: Half Baked. HEX triplet: 50, 88 and 8D. RGB value is (80,136,141). Sum of RGB (Red+Green+Blue) = 80+136+141=357 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.41% from 357); Green value is 136 (53.52% from 255 or 38.10% from 357); Blue value is 141 (55.47% from 255 or 39.50% from 357); Max value from RGB is 141 - color contains mainly: blue. Hex color #50888D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50888D is #AF7772. Grayscale: #777777. Windows color (decimal): -11499379 or 9275472. OLE color: 9275472.

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

Color convert

RGB 80 136 141 -
CMYK 0.43 0.04 0 0.45
HSL 184.92º 0.28% 0.43% -
HSV(B) 184.92º 0.43% 0.55% -
XYZ 16.92 21.24 28.41 -
YUV 119.83 139.95 99.59 -
System Red Green Blue C M Y K H S L
Decimal 80 136 141 0.43 0.04 0 0.45 184.92 0.28 0.43
Hex 50 88 8D 2B 4 0 2D B9 1C 2B
Octal 120 210 215 53 4 0 55 271 34 53
Binary 1010000 10001000 10001101 101011 100 0 101101 10111001 11100 101011

Color Harmonies of #50888D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50888D

Black with #50888D

Text Example


Text Example

White with #50888D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #50888D;
 }
 .AnyTagClassName
 {
   color: #50888D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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