Html Css Color HEX #50959B Half Baked

📋 copy color: '#50959B'

red 80 ◦ green 149 ◦ blue 155

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

Shades of Half Baked #50959B

Tints of Half Baked #50959B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.8%

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

R = 20.83%
G = 38.8%
B = 40.36%

CMYK

 C value IS 0.48

 M value IS 0.04

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#50959B (or 0x50959B) is known color: Half Baked. HEX triplet: 50, 95 and 9B. RGB value is (80,149,155). Sum of RGB (Red+Green+Blue) = 80+149+155=384 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.83% from 384); Green value is 149 (58.59% from 255 or 38.80% from 384); Blue value is 155 (60.94% from 255 or 40.36% from 384); Max value from RGB is 155 - color contains mainly: blue. Hex color #50959B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50959B is #AF6A64. Grayscale: #808080. Windows color (decimal): -11496037 or 10196304. OLE color: 10196304.

HSL color Cylindrical-coordinate representation of color #50959B: hue angle of 184.8º 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 #50959B is Cyan = 0.48, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 80 149 155 -
CMYK 0.48 0.04 0 0.39
HSL 184.8º 0.32% 0.46% -
HSV(B) 184.8º 0.48% 0.61% -
XYZ 19.97 25.57 34.89 -
YUV 129.05 142.64 93.01 -
System Red Green Blue C M Y K H S L
Decimal 80 149 155 0.48 0.04 0 0.39 184.8 0.32 0.46
Hex 50 95 9B 30 4 0 27 B9 20 2E
Octal 120 225 233 60 4 0 47 271 40 56
Binary 1010000 10010101 10011011 110000 100 0 100111 10111001 100000 101110

Color Harmonies of #50959B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50959B

Black with #50959B

Text Example


Text Example

White with #50959B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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