Html Css Color HEX #50909A Half Baked

📋 copy color: '#50909A'

red 80 ◦ green 144 ◦ blue 154

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

Shades of Half Baked #50909A

Tints of Half Baked #50909A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 40.74%

R = 21.16%
G = 38.1%
B = 40.74%

CMYK

 C value IS 0.48

 M value IS 0.06

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#50909A (or 0x50909A) is known color: Half Baked. HEX triplet: 50, 90 and 9A. RGB value is (80,144,154). Sum of RGB (Red+Green+Blue) = 80+144+154=378 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.16% from 378); Green value is 144 (56.64% from 255 or 38.10% from 378); Blue value is 154 (60.55% from 255 or 40.74% from 378); Max value from RGB is 154 - color contains mainly: blue. Hex color #50909A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50909A is #AF6F65. Grayscale: #7D7D7D. Windows color (decimal): -11497318 or 10129488. OLE color: 10129488.

HSL color Cylindrical-coordinate representation of color #50909A: hue angle of 188.11º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #50909A is Cyan = 0.48, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 80 144 154 -
CMYK 0.48 0.06 0 0.40
HSL 188.11º 0.32% 0.46% -
HSV(B) 188.11º 0.48% 0.6% -
XYZ 19.11 23.99 34.19 -
YUV 126 143.8 95.19 -
System Red Green Blue C M Y K H S L
Decimal 80 144 154 0.48 0.06 0 0.40 188.11 0.32 0.46
Hex 50 90 9A 30 6 0 28 BC 20 2E
Octal 120 220 232 60 6 0 50 274 40 56
Binary 1010000 10010000 10011010 110000 110 0 101000 10111100 100000 101110

Color Harmonies of #50909A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50909A

Black with #50909A

Text Example


Text Example

White with #50909A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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