Html Css Color HEX #50909B Half Baked

📋 copy color: '#50909B'

red 80 ◦ green 144 ◦ blue 155

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

Shades of Half Baked #50909B

Tints of Half Baked #50909B

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.99%

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

R = 21.11%
G = 37.99%
B = 40.9%

CMYK

 C value IS 0.48

 M value IS 0.07

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#50909B (or 0x50909B) is known color: Half Baked. HEX triplet: 50, 90 and 9B. RGB value is (80,144,155). Sum of RGB (Red+Green+Blue) = 80+144+155=379 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.11% from 379); Green value is 144 (56.64% from 255 or 37.99% from 379); Blue value is 155 (60.94% from 255 or 40.90% from 379); Max value from RGB is 155 - color contains mainly: blue. Hex color #50909B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50909B is #AF6F64. Grayscale: #7E7E7E. Windows color (decimal): -11497317 or 10195024. OLE color: 10195024.

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

Color convert

RGB 80 144 155 -
CMYK 0.48 0.07 0 0.39
HSL 188.8º 0.32% 0.46% -
HSV(B) 188.8º 0.48% 0.61% -
XYZ 19.2 24.02 34.63 -
YUV 126.12 144.3 95.11 -
System Red Green Blue C M Y K H S L
Decimal 80 144 155 0.48 0.07 0 0.39 188.8 0.32 0.46
Hex 50 90 9B 30 7 0 27 BD 20 2E
Octal 120 220 233 60 7 0 47 275 40 56
Binary 1010000 10010000 10011011 110000 111 0 100111 10111101 100000 101110

Color Harmonies of #50909B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50909B

Black with #50909B

Text Example


Text Example

White with #50909B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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