#50838C

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

Shades of Paradiso #50838C

Tints of Paradiso #50838C

Color information

#50838C (or 0x50838C) is unknown color: approx Paradiso. HEX triplet: 50, 83 and 8C. RGB value is (80,131,140). Sum of RGB (Red+Green+Blue) = 80+131+140=351 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.79% from 351); Green value is 131 (51.56% from 255 or 37.32% from 351); Blue value is 140 (55.08% from 255 or 39.89% from 351); Max value from RGB is 140 - color contains mainly: blue. Hex color #50838C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50838C is #AF7C73. Grayscale: #747474. Windows color (decimal): -11500660 or 9208656. OLE color: 9208656.

HSL color Cylindrical-coordinate representation of color #50838C: hue angle of 189º 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 #50838C is Cyan = 0.43, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB80131140-
CMYK0.430.0600.45
HSL189º27.27%43.14%-
HSV(B)189º42.86%54.9%-
XYZ16.1619.8327.79-
YUV116.78141.1101.77-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.79%
GREEN value IS 131 (51.56% from 255) = 37.32%
BLUE value IS 140 (55.08% from 255) = 39.89%
R=22.79%
G=37.32%
B=39.89%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal801311400.430.0600.4518927.2743.14
Hex50838C2B602Dbd1b2b
Octal1202032145360552753353
Binary1010000100000111000110010101111001011011011110111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50838C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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