#50989B

Color #50989B Half Baked (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Half Baked #50989B

Tints of Half Baked #50989B

Color information

#50989B (or 0x50989B) is unknown color: approx Half Baked. HEX triplet: 50, 98 and 9B. RGB value is (80,152,155). Sum of RGB (Red+Green+Blue) = 80+152+155=387 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.67% from 387); Green value is 152 (59.77% from 255 or 39.28% from 387); Blue value is 155 (60.94% from 255 or 40.05% from 387); Max value from RGB is 155 - color contains mainly: blue. Hex color #50989B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50989B is #AF6764. Grayscale: #828282. Windows color (decimal): -11495269 or 10197072. OLE color: 10197072.

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

Color convert

RGB80152155-
CMYK0.480.0200.39
HSL182.4º31.91%46.08%-
HSV(B)182.4º48.39%60.78%-
XYZ20.4526.5335.05-
YUV130.81141.6591.76-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.67%
GREEN value IS 152 (59.77% from 255) = 39.28%
BLUE value IS 155 (60.94% from 255) = 40.05%
R=20.67%
G=39.28%
B=40.05%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal801521550.480.0200.39182.431.9146.08
Hex50989B302027b6202e
Octal1202302336020472664056
Binary1010000100110001001101111000010010011110110110100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50989B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #50989B;
 }
 .AnyTagClassName
 {
   color: #50989B;
 }
</style>
background-color css

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

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

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

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

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

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