#507184

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

Shades of Wedgewood #507184

Tints of Wedgewood #507184

Color information

#507184 (or 0x507184) is unknown color: approx Wedgewood. HEX triplet: 50, 71 and 84. RGB value is (80,113,132). Sum of RGB (Red+Green+Blue) = 80+113+132=325 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.62% from 325); Green value is 113 (44.53% from 255 or 34.77% from 325); Blue value is 132 (51.95% from 255 or 40.62% from 325); Max value from RGB is 132 - color contains mainly: blue. Hex color #507184 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507184 is #AF8E7B. Grayscale: #696969. Windows color (decimal): -11505276 or 8679760. OLE color: 8679760.

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

Color convert

RGB80113132-
CMYK0.390.1400.48
HSL201.92º24.53%41.57%-
HSV(B)201.92º39.39%51.76%-
XYZ13.3815.1824.06-
YUV105.3143.07109.96-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.62%
GREEN value IS 113 (44.53% from 255) = 34.77%
BLUE value IS 132 (51.95% from 255) = 40.62%
R=24.62%
G=34.77%
B=40.62%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal801131320.390.1400.48201.9224.5341.57
Hex50718427E030ca192a
Octal12016120447160603123152
Binary1010000111000110000100100111111001100001100101011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507184; }

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

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

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

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

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

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

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

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