Html Css Color HEX #50858E Half Baked

📋 copy color: '#50858E'

red 80 ◦ green 133 ◦ blue 142

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

Shades of Half Baked #50858E

Tints of Half Baked #50858E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.46%

 BLUE value IS 142 (55.86% from 255) = 40%

R = 22.54%
G = 37.46%
B = 40%

CMYK

 C value IS 0.44

 M value IS 0.06

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#50858E (or 0x50858E) is known color: Half Baked. HEX triplet: 50, 85 and 8E. RGB value is (80,133,142). Sum of RGB (Red+Green+Blue) = 80+133+142=355 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.54% from 355); Green value is 133 (52.34% from 255 or 37.46% from 355); Blue value is 142 (55.86% from 255 or 40% from 355); Max value from RGB is 142 - color contains mainly: blue. Hex color #50858E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50858E is #AF7A71. Grayscale: #767676. Windows color (decimal): -11500146 or 9340240. OLE color: 9340240.

HSL color Cylindrical-coordinate representation of color #50858E: hue angle of 188.71º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #50858E is Cyan = 0.44, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 80 133 142 -
CMYK 0.44 0.06 0 0.44
HSL 188.71º 0.28% 0.44% -
HSV(B) 188.71º 0.44% 0.56% -
XYZ 16.58 20.43 28.66 -
YUV 118.18 141.44 100.77 -
System Red Green Blue C M Y K H S L
Decimal 80 133 142 0.44 0.06 0 0.44 188.71 0.28 0.44
Hex 50 85 8E 2C 6 0 2C BD 1C 2C
Octal 120 205 216 54 6 0 54 275 34 54
Binary 1010000 10000101 10001110 101100 110 0 101100 10111101 11100 101100

Color Harmonies of #50858E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50858E

Black with #50858E

Text Example


Text Example

White with #50858E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50858E; }

 p { color: rgb(80,133,142); }

 H1.HeaderClassName
 {
   color: #50858E;
 }
 .AnyTagClassName
 {
   color: #50858E;
 }
</style>

background-color css

<style>
 a { background-color: #50858E; }

 a { background-color: rgb(80,133,142); }

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

border-color css

<style>
 span { border-color: #50858E; }

 span { border-color: rgb(80,133,142); }

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