Html Css Color HEX #50999B Half Baked

📋 copy color: '#50999B'

red 80 ◦ green 153 ◦ blue 155

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

Shades of Half Baked #50999B

Tints of Half Baked #50999B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 39.95%

R = 20.62%
G = 39.43%
B = 39.95%

CMYK

 C value IS 0.48

 M value IS 0.01

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#50999B (or 0x50999B) is known color: Half Baked. HEX triplet: 50, 99 and 9B. RGB value is (80,153,155). Sum of RGB (Red+Green+Blue) = 80+153+155=388 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.62% from 388); Green value is 153 (60.16% from 255 or 39.43% from 388); Blue value is 155 (60.94% from 255 or 39.95% from 388); Max value from RGB is 155 - color contains mainly: blue. Hex color #50999B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50999B is #AF6664. Grayscale: #838383. Windows color (decimal): -11495013 or 10197328. OLE color: 10197328.

HSL color Cylindrical-coordinate representation of color #50999B: hue angle of 181.6º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #50999B is Cyan = 0.48, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 80 153 155 -
CMYK 0.48 0.01 0 0.39
HSL 181.6º 0.32% 0.46% -
HSV(B) 181.6º 0.48% 0.61% -
XYZ 20.62 26.85 35.11 -
YUV 131.4 141.32 91.34 -
System Red Green Blue C M Y K H S L
Decimal 80 153 155 0.48 0.01 0 0.39 181.6 0.32 0.46
Hex 50 99 9B 30 1 0 27 B6 20 2E
Octal 120 231 233 60 1 0 47 266 40 56
Binary 1010000 10011001 10011011 110000 1 0 100111 10110110 100000 101110

Color Harmonies of #50999B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50999B

Black with #50999B

Text Example


Text Example

White with #50999B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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