Html Css Color HEX #507392 Wedgewood

📋 copy color: '#507392'

red 80 ◦ green 115 ◦ blue 146

#507392
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wedgewood #507392

Tints of Wedgewood #507392

RGB

 RED value IS 80 (31.64% from 255) = 23.46%

 GREEN value IS 115 (45.31% from 255) = 33.72%

 BLUE value IS 146 (57.42% from 255) = 42.82%

R = 23.46%
G = 33.72%
B = 42.82%

CMYK

 C value IS 0.45

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#507392 (or 0x507392) is known color: Wedgewood. HEX triplet: 50, 73 and 92. RGB value is (80,115,146). Sum of RGB (Red+Green+Blue) = 80+115+146=341 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.46% from 341); Green value is 115 (45.31% from 255 or 33.72% from 341); Blue value is 146 (57.42% from 255 or 42.82% from 341); Max value from RGB is 146 - color contains mainly: blue. Hex color #507392 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507392 is #AF8C6D. Grayscale: #6B6B6B. Windows color (decimal): -11504750 or 9597776. OLE color: 9597776.

HSL color Cylindrical-coordinate representation of color #507392: hue angle of 208.18º 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 #507392 is Cyan = 0.45, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 80 115 146 -
CMYK 0.45 0.21 0 0.43
HSL 208.18º 0.29% 0.44% -
HSV(B) 208.18º 0.45% 0.57% -
XYZ 14.63 16.04 29.52 -
YUV 108.07 149.4 107.98 -
System Red Green Blue C M Y K H S L
Decimal 80 115 146 0.45 0.21 0 0.43 208.18 0.29 0.44
Hex 50 73 92 2D 15 0 2B D0 1D 2C
Octal 120 163 222 55 25 0 53 320 35 54
Binary 1010000 1110011 10010010 101101 10101 0 101011 11010000 11101 101100

Color Harmonies of #507392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507392

Black with #507392

Text Example


Text Example

White with #507392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507392; }

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

 H1.HeaderClassName
 {
   color: #507392;
 }
 .AnyTagClassName
 {
   color: #507392;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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