#507185

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

Shades of Wedgewood #507185

Tints of Wedgewood #507185

Color information

#507185 (or 0x507185) is unknown color: approx Wedgewood. HEX triplet: 50, 71 and 85. RGB value is (80,113,133). Sum of RGB (Red+Green+Blue) = 80+113+133=326 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.54% from 326); Green value is 113 (44.53% from 255 or 34.66% from 326); Blue value is 133 (52.34% from 255 or 40.80% from 326); Max value from RGB is 133 - color contains mainly: blue. Hex color #507185 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507185 is #AF8E7A. Grayscale: #696969. Windows color (decimal): -11505275 or 8745296. OLE color: 8745296.

HSL color Cylindrical-coordinate representation of color #507185: hue angle of 202.64º 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 #507185 is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB80113133-
CMYK0.400.1500.48
HSL202.64º24.88%41.76%-
HSV(B)202.64º39.85%52.16%-
XYZ13.4515.2124.42-
YUV105.41143.57109.87-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.54%
GREEN value IS 113 (44.53% from 255) = 34.66%
BLUE value IS 133 (52.34% from 255) = 40.80%
R=24.54%
G=34.66%
B=40.80%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal801131330.400.1500.48202.6424.8841.76
Hex50718528F030cb192a
Octal12016120550170603133152
Binary1010000111000110000101101000111101100001100101111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507185; }

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

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

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

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

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

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

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

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