#507A7D

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

Shades of Paradiso #507A7D

Tints of Paradiso #507A7D

Color information

#507A7D (or 0x507A7D) is unknown color: approx Paradiso. HEX triplet: 50, 7A and 7D. RGB value is (80,122,125). Sum of RGB (Red+Green+Blue) = 80+122+125=327 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.46% from 327); Green value is 122 (48.05% from 255 or 37.31% from 327); Blue value is 125 (49.22% from 255 or 38.23% from 327); Max value from RGB is 125 - color contains mainly: blue. Hex color #507A7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507A7D is #AF8582. Grayscale: #6D6D6D. Windows color (decimal): -11502979 or 8223312. OLE color: 8223312.

HSL color Cylindrical-coordinate representation of color #507A7D: hue angle of 184º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #507A7D is Cyan = 0.36, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB80122125-
CMYK0.360.0200.51
HSL184º21.95%40.2%-
HSV(B)184º36%49.02%-
XYZ13.9717.1121.97-
YUV109.78136.59106.76-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.46%
GREEN value IS 122 (48.05% from 255) = 37.31%
BLUE value IS 125 (49.22% from 255) = 38.23%
R=24.46%
G=37.31%
B=38.23%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal801221250.360.0200.5118421.9540.2
Hex507A7D242033b81628
Octal1201721754420632702650
Binary1010000111101011111011001001001100111011100010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,122,125); }

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

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

 a { background-color: rgb(80,122,125); }

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

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

 span { border-color: rgb(80,122,125); }

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