#507C84

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

Shades of Paradiso #507C84

Tints of Paradiso #507C84

Color information

#507C84 (or 0x507C84) is unknown color: approx Paradiso. HEX triplet: 50, 7C and 84. RGB value is (80,124,132). Sum of RGB (Red+Green+Blue) = 80+124+132=336 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.81% from 336); Green value is 124 (48.83% from 255 or 36.90% from 336); Blue value is 132 (51.95% from 255 or 39.29% from 336); Max value from RGB is 132 - color contains mainly: blue. Hex color #507C84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507C84 is #AF837B. Grayscale: #6F6F6F. Windows color (decimal): -11502460 or 8682576. OLE color: 8682576.

HSL color Cylindrical-coordinate representation of color #507C84: hue angle of 189.23º 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 #507C84 is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB80124132-
CMYK0.390.0600.48
HSL189.23º24.53%41.57%-
HSV(B)189.23º39.39%51.76%-
XYZ14.6817.7924.49-
YUV111.76139.42105.35-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.81%
GREEN value IS 124 (48.83% from 255) = 36.90%
BLUE value IS 132 (51.95% from 255) = 39.29%
R=23.81%
G=36.90%
B=39.29%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal801241320.390.0600.48189.2324.5341.57
Hex507C84276030bd192a
Octal1201742044760602753152
Binary101000011111001000010010011111001100001011110111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507C84; }

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

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

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

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

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

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

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

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