Html Css Color HEX #50979B Half Baked

📋 copy color: '#50979B'

red 80 ◦ green 151 ◦ blue 155

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

Shades of Half Baked #50979B

Tints of Half Baked #50979B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 39.12%

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

R = 20.73%
G = 39.12%
B = 40.16%

CMYK

 C value IS 0.48

 M value IS 0.03

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#50979B (or 0x50979B) is known color: Half Baked. HEX triplet: 50, 97 and 9B. RGB value is (80,151,155). Sum of RGB (Red+Green+Blue) = 80+151+155=386 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.73% from 386); Green value is 151 (59.38% from 255 or 39.12% from 386); Blue value is 155 (60.94% from 255 or 40.16% from 386); Max value from RGB is 155 - color contains mainly: blue. Hex color #50979B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50979B is #AF6864. Grayscale: #828282. Windows color (decimal): -11495525 or 10196816. OLE color: 10196816.

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

Color convert

RGB 80 151 155 -
CMYK 0.48 0.03 0 0.39
HSL 183.2º 0.32% 0.46% -
HSV(B) 183.2º 0.48% 0.61% -
XYZ 20.29 26.21 35 -
YUV 130.23 141.98 92.17 -
System Red Green Blue C M Y K H S L
Decimal 80 151 155 0.48 0.03 0 0.39 183.2 0.32 0.46
Hex 50 97 9B 30 3 0 27 B7 20 2E
Octal 120 227 233 60 3 0 47 267 40 56
Binary 1010000 10010111 10011011 110000 11 0 100111 10110111 100000 101110

Color Harmonies of #50979B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50979B

Black with #50979B

Text Example


Text Example

White with #50979B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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