Html Css Color HEX #50898C Half Baked

📋 copy color: '#50898C'

red 80 ◦ green 137 ◦ blue 140

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

Shades of Half Baked #50898C

Tints of Half Baked #50898C

RGB

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

 GREEN value IS 137 (53.91% from 255) = 38.38%

 BLUE value IS 140 (55.08% from 255) = 39.22%

R = 22.41%
G = 38.38%
B = 39.22%

CMYK

 C value IS 0.43

 M value IS 0.02

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#50898C (or 0x50898C) is known color: Half Baked. HEX triplet: 50, 89 and 8C. RGB value is (80,137,140). Sum of RGB (Red+Green+Blue) = 80+137+140=357 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.41% from 357); Green value is 137 (53.91% from 255 or 38.38% from 357); Blue value is 140 (55.08% from 255 or 39.22% from 357); Max value from RGB is 140 - color contains mainly: blue. Hex color #50898C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50898C is #AF7673. Grayscale: #787878. Windows color (decimal): -11499124 or 9210192. OLE color: 9210192.

HSL color Cylindrical-coordinate representation of color #50898C: hue angle of 183º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #50898C is Cyan = 0.43, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 80 137 140 -
CMYK 0.43 0.02 0 0.45
HSL 183º 0.27% 0.43% -
HSV(B) 183º 0.43% 0.55% -
XYZ 16.99 21.49 28.06 -
YUV 120.3 139.12 99.26 -
System Red Green Blue C M Y K H S L
Decimal 80 137 140 0.43 0.02 0 0.45 183 0.27 0.43
Hex 50 89 8C 2B 2 0 2D B7 1B 2B
Octal 120 211 214 53 2 0 55 267 33 53
Binary 1010000 10001001 10001100 101011 10 0 101101 10110111 11011 101011

Color Harmonies of #50898C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50898C

Black with #50898C

Text Example


Text Example

White with #50898C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50898C; }

 p { color: rgb(80,137,140); }

 H1.HeaderClassName
 {
   color: #50898C;
 }
 .AnyTagClassName
 {
   color: #50898C;
 }
</style>

background-color css

<style>
 a { background-color: #50898C; }

 a { background-color: rgb(80,137,140); }

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

border-color css

<style>
 span { border-color: #50898C; }

 span { border-color: rgb(80,137,140); }

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