#507593

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

Shades of Wedgewood #507593

Tints of Wedgewood #507593

Color information

#507593 (or 0x507593) is unknown color: approx Wedgewood. HEX triplet: 50, 75 and 93. RGB value is (80,117,147). Sum of RGB (Red+Green+Blue) = 80+117+147=344 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.26% from 344); Green value is 117 (46.09% from 255 or 34.01% from 344); Blue value is 147 (57.81% from 255 or 42.73% from 344); Max value from RGB is 147 - color contains mainly: blue. Hex color #507593 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507593 is #AF8A6C. Grayscale: #6D6D6D. Windows color (decimal): -11504237 or 9663824. OLE color: 9663824.

HSL color Cylindrical-coordinate representation of color #507593: hue angle of 206.87º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #507593 is Cyan = 0.46, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB80117147-
CMYK0.460.2000.42
HSL206.87º29.52%44.51%-
HSV(B)206.87º45.58%57.65%-
XYZ14.9416.5330.01-
YUV109.36149.24107.06-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.26%
GREEN value IS 117 (46.09% from 255) = 34.01%
BLUE value IS 147 (57.81% from 255) = 42.73%
R=23.26%
G=34.01%
B=42.73%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal801171470.460.2000.42206.8729.5244.51
Hex5075932E1402Acf1e2d
Octal12016522356240523173655
Binary10100001110101100100111011101010001010101100111111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507593; }

 p { color: rgb(80,117,147); }

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

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

 a { background-color: rgb(80,117,147); }

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

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

 span { border-color: rgb(80,117,147); }

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