#507693

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

Shades of Wedgewood #507693

Tints of Wedgewood #507693

Color information

#507693 (or 0x507693) is unknown color: approx Wedgewood. HEX triplet: 50, 76 and 93. RGB value is (80,118,147). Sum of RGB (Red+Green+Blue) = 80+118+147=345 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.19% from 345); Green value is 118 (46.48% from 255 or 34.20% from 345); Blue value is 147 (57.81% from 255 or 42.61% from 345); Max value from RGB is 147 - color contains mainly: blue. Hex color #507693 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507693 is #AF896C. Grayscale: #6D6D6D. Windows color (decimal): -11503981 or 9664080. OLE color: 9664080.

HSL color Cylindrical-coordinate representation of color #507693: hue angle of 205.97º 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 #507693 is Cyan = 0.46, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB80118147-
CMYK0.460.2000.42
HSL205.97º29.52%44.51%-
HSV(B)205.97º45.58%57.65%-
XYZ15.0516.7730.05-
YUV109.94148.91106.64-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.19%
GREEN value IS 118 (46.48% from 255) = 34.20%
BLUE value IS 147 (57.81% from 255) = 42.61%
R=23.19%
G=34.20%
B=42.61%

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
Decimal801181470.460.2000.42205.9729.5244.51
Hex5076932E1402Ace1e2d
Octal12016622356240523163655
Binary10100001110110100100111011101010001010101100111011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507693; }

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

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

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

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

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

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

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

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