#507795

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

Shades of Wedgewood #507795

Tints of Wedgewood #507795

Color information

#507795 (or 0x507795) is unknown color: approx Wedgewood. HEX triplet: 50, 77 and 95. RGB value is (80,119,149). Sum of RGB (Red+Green+Blue) = 80+119+149=348 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.99% from 348); Green value is 119 (46.88% from 255 or 34.20% from 348); Blue value is 149 (58.59% from 255 or 42.82% from 348); Max value from RGB is 149 - color contains mainly: blue. Hex color #507795 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507795 is #AF886A. Grayscale: #6E6E6E. Windows color (decimal): -11503723 or 9795408. OLE color: 9795408.

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

Color convert

RGB80119149-
CMYK0.460.2000.42
HSL206.09º30.13%44.9%-
HSV(B)206.09º46.31%58.43%-
XYZ15.3317.0730.92-
YUV110.76149.58106.06-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.99%
GREEN value IS 119 (46.88% from 255) = 34.20%
BLUE value IS 149 (58.59% from 255) = 42.82%
R=22.99%
G=34.20%
B=42.82%

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
Decimal801191490.460.2000.42206.0930.1344.9
Hex5077952E1402Ace1e2d
Octal12016722556240523163655
Binary10100001110111100101011011101010001010101100111011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507795; }

 p { color: rgb(80,119,149); }

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

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

 a { background-color: rgb(80,119,149); }

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

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

 span { border-color: rgb(80,119,149); }

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