Html Css Color HEX #50868F Half Baked

📋 copy color: '#50868F'

red 80 ◦ green 134 ◦ blue 143

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

Shades of Half Baked #50868F

Tints of Half Baked #50868F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.54%

 BLUE value IS 143 (56.25% from 255) = 40.06%

R = 22.41%
G = 37.54%
B = 40.06%

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

#50868F (or 0x50868F) is known color: Half Baked. HEX triplet: 50, 86 and 8F. RGB value is (80,134,143). Sum of RGB (Red+Green+Blue) = 80+134+143=357 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.41% from 357); Green value is 134 (52.73% from 255 or 37.54% from 357); Blue value is 143 (56.25% from 255 or 40.06% from 357); Max value from RGB is 143 - color contains mainly: blue. Hex color #50868F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50868F is #AF7970. Grayscale: #767676. Windows color (decimal): -11499889 or 9406032. OLE color: 9406032.

HSL color Cylindrical-coordinate representation of color #50868F: hue angle of 188.57º 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 #50868F is Cyan = 0.44, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 80 134 143 -
CMYK 0.44 0.06 0 0.44
HSL 188.57º 0.28% 0.44% -
HSV(B) 188.57º 0.44% 0.56% -
XYZ 16.79 20.74 29.1 -
YUV 118.88 141.61 100.27 -
System Red Green Blue C M Y K H S L
Decimal 80 134 143 0.44 0.06 0 0.44 188.57 0.28 0.44
Hex 50 86 8F 2C 6 0 2C BD 1C 2C
Octal 120 206 217 54 6 0 54 275 34 54
Binary 1010000 10000110 10001111 101100 110 0 101100 10111101 11100 101100

Color Harmonies of #50868F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50868F

Black with #50868F

Text Example


Text Example

White with #50868F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50868F; }

 p { color: rgb(80,134,143); }

 H1.HeaderClassName
 {
   color: #50868F;
 }
 .AnyTagClassName
 {
   color: #50868F;
 }
</style>

background-color css

<style>
 a { background-color: #50868F; }

 a { background-color: rgb(80,134,143); }

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

border-color css

<style>
 span { border-color: #50868F; }

 span { border-color: rgb(80,134,143); }

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