#50808B

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

Shades of Paradiso #50808B

Tints of Paradiso #50808B

Color information

#50808B (or 0x50808B) is unknown color: approx Paradiso. HEX triplet: 50, 80 and 8B. RGB value is (80,128,139). Sum of RGB (Red+Green+Blue) = 80+128+139=347 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.05% from 347); Green value is 128 (50.39% from 255 or 36.89% from 347); Blue value is 139 (54.69% from 255 or 40.06% from 347); Max value from RGB is 139 - color contains mainly: blue. Hex color #50808B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50808B is #AF7F74. Grayscale: #727272. Windows color (decimal): -11501429 or 9142352. OLE color: 9142352.

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

Color convert

RGB80128139-
CMYK0.420.0800.45
HSL191.19º26.94%42.94%-
HSV(B)191.19º42.45%54.51%-
XYZ15.6919.0127.27-
YUV114.9141.6103.11-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.05%
GREEN value IS 128 (50.39% from 255) = 36.89%
BLUE value IS 139 (54.69% from 255) = 40.06%
R=23.05%
G=36.89%
B=40.06%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal801281390.420.0800.45191.1926.9442.94
Hex50808B2A802Dbf1b2b
Octal12020021352100552773353
Binary10100001000000010001011101010100001011011011111111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50808B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,128,139); }

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

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

 a { background-color: rgb(80,128,139); }

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

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

 span { border-color: rgb(80,128,139); }

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