Html Css Color HEX #50959E Half Baked

📋 copy color: '#50959E'

red 80 ◦ green 149 ◦ blue 158

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

Shades of Half Baked #50959E

Tints of Half Baked #50959E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 40.83%

R = 20.67%
G = 38.5%
B = 40.83%

CMYK

 C value IS 0.49

 M value IS 0.06

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#50959E (or 0x50959E) is known color: Half Baked. HEX triplet: 50, 95 and 9E. RGB value is (80,149,158). Sum of RGB (Red+Green+Blue) = 80+149+158=387 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.67% from 387); Green value is 149 (58.59% from 255 or 38.50% from 387); Blue value is 158 (62.11% from 255 or 40.83% from 387); Max value from RGB is 158 - color contains mainly: blue. Hex color #50959E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50959E is #AF6A61. Grayscale: #818181. Windows color (decimal): -11496034 or 10392912. OLE color: 10392912.

HSL color Cylindrical-coordinate representation of color #50959E: hue angle of 186.92º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #50959E is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 80 149 158 -
CMYK 0.49 0.06 0 0.38
HSL 186.92º 0.33% 0.47% -
HSV(B) 186.92º 0.49% 0.62% -
XYZ 20.23 25.67 36.24 -
YUV 129.4 144.14 92.77 -
System Red Green Blue C M Y K H S L
Decimal 80 149 158 0.49 0.06 0 0.38 186.92 0.33 0.47
Hex 50 95 9E 31 6 0 26 BB 21 2F
Octal 120 225 236 61 6 0 46 273 41 57
Binary 1010000 10010101 10011110 110001 110 0 100110 10111011 100001 101111

Color Harmonies of #50959E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50959E

Black with #50959E

Text Example


Text Example

White with #50959E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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