Html Css Color HEX #50999D Half Baked

📋 copy color: '#50999D'

red 80 ◦ green 153 ◦ blue 157

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

Shades of Half Baked #50999D

Tints of Half Baked #50999D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.23%

 BLUE value IS 157 (61.72% from 255) = 40.26%

R = 20.51%
G = 39.23%
B = 40.26%

CMYK

 C value IS 0.49

 M value IS 0.03

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#50999D (or 0x50999D) is known color: Half Baked. HEX triplet: 50, 99 and 9D. RGB value is (80,153,157). Sum of RGB (Red+Green+Blue) = 80+153+157=390 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.51% from 390); Green value is 153 (60.16% from 255 or 39.23% from 390); Blue value is 157 (61.72% from 255 or 40.26% from 390); Max value from RGB is 157 - color contains mainly: blue. Hex color #50999D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50999D is #AF6662. Grayscale: #838383. Windows color (decimal): -11495011 or 10328400. OLE color: 10328400.

HSL color Cylindrical-coordinate representation of color #50999D: hue angle of 183.12º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #50999D is Cyan = 0.49, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 80 153 157 -
CMYK 0.49 0.03 0 0.38
HSL 183.12º 0.32% 0.46% -
HSV(B) 183.12º 0.49% 0.62% -
XYZ 20.79 26.92 36 -
YUV 131.63 142.32 91.17 -
System Red Green Blue C M Y K H S L
Decimal 80 153 157 0.49 0.03 0 0.38 183.12 0.32 0.46
Hex 50 99 9D 31 3 0 26 B7 20 2E
Octal 120 231 235 61 3 0 46 267 40 56
Binary 1010000 10011001 10011101 110001 11 0 100110 10110111 100000 101110

Color Harmonies of #50999D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50999D

Black with #50999D

Text Example


Text Example

White with #50999D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,153,157); }

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

background-color css

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

 a { background-color: rgb(80,153,157); }

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

border-color css

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

 span { border-color: rgb(80,153,157); }

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