#507696

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

Shades of Wedgewood #507696

Tints of Wedgewood #507696

Color information

#507696 (or 0x507696) is unknown color: approx Wedgewood. HEX triplet: 50, 76 and 96. RGB value is (80,118,150). Sum of RGB (Red+Green+Blue) = 80+118+150=348 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.99% from 348); Green value is 118 (46.48% from 255 or 33.91% from 348); Blue value is 150 (58.98% from 255 or 43.10% from 348); Max value from RGB is 150 - color contains mainly: blue. Hex color #507696 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507696 is #AF8969. Grayscale: #6E6E6E. Windows color (decimal): -11503978 or 9860688. OLE color: 9860688.

HSL color Cylindrical-coordinate representation of color #507696: hue angle of 207.43º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #507696 is Cyan = 0.47, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB80118150-
CMYK0.470.2100.41
HSL207.43º30.43%45.1%-
HSV(B)207.43º46.67%58.82%-
XYZ15.2916.8631.3-
YUV110.29150.41106.4-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.99%
GREEN value IS 118 (46.48% from 255) = 33.91%
BLUE value IS 150 (58.98% from 255) = 43.10%
R=22.99%
G=33.91%
B=43.10%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal801181500.470.2100.41207.4330.4345.1
Hex5076962F15029cf1e2d
Octal12016622657250513173655
Binary10100001110110100101101011111010101010011100111111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507696; }

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

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

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

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

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

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

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

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