#507982

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

Shades of Paradiso #507982

Tints of Paradiso #507982

Color information

#507982 (or 0x507982) is unknown color: approx Paradiso. HEX triplet: 50, 79 and 82. RGB value is (80,121,130). Sum of RGB (Red+Green+Blue) = 80+121+130=331 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.17% from 331); Green value is 121 (47.66% from 255 or 36.56% from 331); Blue value is 130 (51.17% from 255 or 39.27% from 331); Max value from RGB is 130 - color contains mainly: blue. Hex color #507982 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507982 is #AF867D. Grayscale: #6D6D6D. Windows color (decimal): -11503230 or 8550736. OLE color: 8550736.

HSL color Cylindrical-coordinate representation of color #507982: hue angle of 190.8º 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 #507982 is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB80121130-
CMYK0.380.0700.49
HSL190.8º23.81%41.18%-
HSV(B)190.8º38.46%50.98%-
XYZ14.1716.9923.65-
YUV109.77139.42106.77-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.17%
GREEN value IS 121 (47.66% from 255) = 36.56%
BLUE value IS 130 (51.17% from 255) = 39.27%
R=24.17%
G=36.56%
B=39.27%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal801211300.380.0700.49190.823.8141.18
Hex507982267031bf1829
Octal1201712024670612773051
Binary101000011110011000001010011011101100011011111111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507982; }

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

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

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

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

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

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

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

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