Html Css Color HEX #50979C Half Baked

📋 copy color: '#50979C'

red 80 ◦ green 151 ◦ blue 156

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

Shades of Half Baked #50979C

Tints of Half Baked #50979C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 40.31%

R = 20.67%
G = 39.02%
B = 40.31%

CMYK

 C value IS 0.49

 M value IS 0.03

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#50979C (or 0x50979C) is known color: Half Baked. HEX triplet: 50, 97 and 9C. RGB value is (80,151,156). Sum of RGB (Red+Green+Blue) = 80+151+156=387 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.67% from 387); Green value is 151 (59.38% from 255 or 39.02% from 387); Blue value is 156 (61.33% from 255 or 40.31% from 387); Max value from RGB is 156 - color contains mainly: blue. Hex color #50979C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50979C is #AF6863. Grayscale: #828282. Windows color (decimal): -11495524 or 10262352. OLE color: 10262352.

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

Color convert

RGB 80 151 156 -
CMYK 0.49 0.03 0 0.39
HSL 183.95º 0.32% 0.46% -
HSV(B) 183.95º 0.49% 0.61% -
XYZ 20.38 26.24 35.44 -
YUV 130.34 142.48 92.09 -
System Red Green Blue C M Y K H S L
Decimal 80 151 156 0.49 0.03 0 0.39 183.95 0.32 0.46
Hex 50 97 9C 31 3 0 27 B8 20 2E
Octal 120 227 234 61 3 0 47 270 40 56
Binary 1010000 10010111 10011100 110001 11 0 100111 10111000 100000 101110

Color Harmonies of #50979C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50979C

Black with #50979C

Text Example


Text Example

White with #50979C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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