#508082

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

Shades of Paradiso #508082

Tints of Paradiso #508082

Color information

#508082 (or 0x508082) is unknown color: approx Paradiso. HEX triplet: 50, 80 and 82. RGB value is (80,128,130). Sum of RGB (Red+Green+Blue) = 80+128+130=338 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.67% from 338); Green value is 128 (50.39% from 255 or 37.87% from 338); Blue value is 130 (51.17% from 255 or 38.46% from 338); Max value from RGB is 130 - color contains mainly: blue. Hex color #508082 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508082 is #AF7F7D. Grayscale: #717171. Windows color (decimal): -11501438 or 8552528. OLE color: 8552528.

HSL color Cylindrical-coordinate representation of color #508082: hue angle of 182.4º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #508082 is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB80128130-
CMYK0.380.0200.49
HSL182.4º23.81%41.18%-
HSV(B)182.4º38.46%50.98%-
XYZ15.0618.7623.95-
YUV113.88137.1103.84-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.67%
GREEN value IS 128 (50.39% from 255) = 37.87%
BLUE value IS 130 (51.17% from 255) = 38.46%
R=23.67%
G=37.87%
B=38.46%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal801281300.380.0200.49182.423.8141.18
Hex508082262031b61829
Octal1202002024620612663051
Binary101000010000000100000101001101001100011011011011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508082; }

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

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

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

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

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

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

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

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