#507592

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

Shades of Wedgewood #507592

Tints of Wedgewood #507592

Color information

#507592 (or 0x507592) is unknown color: approx Wedgewood. HEX triplet: 50, 75 and 92. RGB value is (80,117,146). Sum of RGB (Red+Green+Blue) = 80+117+146=343 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.32% from 343); Green value is 117 (46.09% from 255 or 34.11% from 343); Blue value is 146 (57.42% from 255 or 42.57% from 343); Max value from RGB is 146 - color contains mainly: blue. Hex color #507592 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507592 is #AF8A6D. Grayscale: #6D6D6D. Windows color (decimal): -11504238 or 9598288. OLE color: 9598288.

HSL color Cylindrical-coordinate representation of color #507592: hue angle of 206.36º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #507592 is Cyan = 0.45, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB80117146-
CMYK0.450.2000.43
HSL206.36º29.2%44.31%-
HSV(B)206.36º45.21%57.25%-
XYZ14.8616.529.6-
YUV109.24148.74107.14-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.32%
GREEN value IS 117 (46.09% from 255) = 34.11%
BLUE value IS 146 (57.42% from 255) = 42.57%
R=23.32%
G=34.11%
B=42.57%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal801171460.450.2000.43206.3629.244.31
Hex5075922D1402Bce1d2c
Octal12016522255240533163554
Binary10100001110101100100101011011010001010111100111011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507592; }

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

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

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

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

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

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

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

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