#508384

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

Shades of Paradiso #508384

Tints of Paradiso #508384

Color information

#508384 (or 0x508384) is unknown color: approx Paradiso. HEX triplet: 50, 83 and 84. RGB value is (80,131,132). Sum of RGB (Red+Green+Blue) = 80+131+132=343 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.32% from 343); Green value is 131 (51.56% from 255 or 38.19% from 343); Blue value is 132 (51.95% from 255 or 38.48% from 343); Max value from RGB is 132 - color contains mainly: blue. Hex color #508384 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508384 is #AF7C7B. Grayscale: #737373. Windows color (decimal): -11500668 or 8684368. OLE color: 8684368.

HSL color Cylindrical-coordinate representation of color #508384: hue angle of 181.15º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #508384 is Cyan = 0.39, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB80131132-
CMYK0.390.0100.48
HSL181.15º24.53%41.57%-
HSV(B)181.15º39.39%51.76%-
XYZ15.5919.624.79-
YUV115.86137.1102.42-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.32%
GREEN value IS 131 (51.56% from 255) = 38.19%
BLUE value IS 132 (51.95% from 255) = 38.48%
R=23.32%
G=38.19%
B=38.48%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal801311320.390.0100.48181.1524.5341.57
Hex508384271030b5192a
Octal1202032044710602653152
Binary10100001000001110000100100111101100001011010111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508384; }

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

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

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

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

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

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

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

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