#507B84

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

Shades of Paradiso #507B84

Tints of Paradiso #507B84

Color information

#507B84 (or 0x507B84) is unknown color: approx Paradiso. HEX triplet: 50, 7B and 84. RGB value is (80,123,132). Sum of RGB (Red+Green+Blue) = 80+123+132=335 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.88% from 335); Green value is 123 (48.44% from 255 or 36.72% from 335); Blue value is 132 (51.95% from 255 or 39.40% from 335); Max value from RGB is 132 - color contains mainly: blue. Hex color #507B84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507B84 is #AF847B. Grayscale: #6F6F6F. Windows color (decimal): -11502716 or 8682320. OLE color: 8682320.

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

Color convert

RGB80123132-
CMYK0.390.0700.48
HSL190.38º24.53%41.57%-
HSV(B)190.38º39.39%51.76%-
XYZ14.5617.5424.45-
YUV111.17139.75105.77-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.88%
GREEN value IS 123 (48.44% from 255) = 36.72%
BLUE value IS 132 (51.95% from 255) = 39.40%
R=23.88%
G=36.72%
B=39.40%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal801231320.390.0700.48190.3824.5341.57
Hex507B84277030be192a
Octal1201732044770602763152
Binary101000011110111000010010011111101100001011111011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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