#507B85

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

Shades of Paradiso #507B85

Tints of Paradiso #507B85

Color information

#507B85 (or 0x507B85) is unknown color: approx Paradiso. HEX triplet: 50, 7B and 85. RGB value is (80,123,133). Sum of RGB (Red+Green+Blue) = 80+123+133=336 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.81% from 336); Green value is 123 (48.44% from 255 or 36.61% from 336); Blue value is 133 (52.34% from 255 or 39.58% from 336); Max value from RGB is 133 - color contains mainly: blue. Hex color #507B85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507B85 is #AF847A. Grayscale: #6F6F6F. Windows color (decimal): -11502715 or 8747856. OLE color: 8747856.

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

Color convert

RGB80123133-
CMYK0.400.0800.48
HSL191.32º24.88%41.76%-
HSV(B)191.32º39.85%52.16%-
XYZ14.6217.5624.81-
YUV111.28140.25105.69-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.81%
GREEN value IS 123 (48.44% from 255) = 36.61%
BLUE value IS 133 (52.34% from 255) = 39.58%
R=23.81%
G=36.61%
B=39.58%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal801231330.400.0800.48191.3224.8841.76
Hex507B85288030bf192a
Octal12017320550100602773152
Binary1010000111101110000101101000100001100001011111111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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