Html Css Color HEX #50969D Half Baked

📋 copy color: '#50969D'

red 80 ◦ green 150 ◦ blue 157

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

Shades of Half Baked #50969D

Tints of Half Baked #50969D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.76%

 BLUE value IS 157 (61.72% from 255) = 40.57%

R = 20.67%
G = 38.76%
B = 40.57%

CMYK

 C value IS 0.49

 M value IS 0.04

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#50969D (or 0x50969D) is known color: Half Baked. HEX triplet: 50, 96 and 9D. RGB value is (80,150,157). Sum of RGB (Red+Green+Blue) = 80+150+157=387 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.67% from 387); Green value is 150 (58.98% from 255 or 38.76% from 387); Blue value is 157 (61.72% from 255 or 40.57% from 387); Max value from RGB is 157 - color contains mainly: blue. Hex color #50969D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50969D is #AF6962. Grayscale: #818181. Windows color (decimal): -11495779 or 10327632. OLE color: 10327632.

HSL color Cylindrical-coordinate representation of color #50969D: hue angle of 185.45º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #50969D is Cyan = 0.49, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 80 150 157 -
CMYK 0.49 0.04 0 0.38
HSL 185.45º 0.32% 0.46% -
HSV(B) 185.45º 0.49% 0.62% -
XYZ 20.3 25.95 35.84 -
YUV 129.87 143.31 92.43 -
System Red Green Blue C M Y K H S L
Decimal 80 150 157 0.49 0.04 0 0.38 185.45 0.32 0.46
Hex 50 96 9D 31 4 0 26 B9 20 2E
Octal 120 226 235 61 4 0 46 271 40 56
Binary 1010000 10010110 10011101 110001 100 0 100110 10111001 100000 101110

Color Harmonies of #50969D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50969D

Black with #50969D

Text Example


Text Example

White with #50969D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50969D; }

 p { color: rgb(80,150,157); }

 H1.HeaderClassName
 {
   color: #50969D;
 }
 .AnyTagClassName
 {
   color: #50969D;
 }
</style>

background-color css

<style>
 a { background-color: #50969D; }

 a { background-color: rgb(80,150,157); }

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

border-color css

<style>
 span { border-color: #50969D; }

 span { border-color: rgb(80,150,157); }

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