Html Css Color HEX #507491 Wedgewood

📋 copy color: '#507491'

red 80 ◦ green 116 ◦ blue 145

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

Shades of Wedgewood #507491

Tints of Wedgewood #507491

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.02%

 BLUE value IS 145 (57.03% from 255) = 42.52%

R = 23.46%
G = 34.02%
B = 42.52%

CMYK

 C value IS 0.45

 M value IS 0.2

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#507491 (or 0x507491) is known color: Wedgewood. HEX triplet: 50, 74 and 91. RGB value is (80,116,145). Sum of RGB (Red+Green+Blue) = 80+116+145=341 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.46% from 341); Green value is 116 (45.70% from 255 or 34.02% from 341); Blue value is 145 (57.03% from 255 or 42.52% from 341); Max value from RGB is 145 - color contains mainly: blue. Hex color #507491 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507491 is #AF8B6E. Grayscale: #6C6C6C. Windows color (decimal): -11504495 or 9532496. OLE color: 9532496.

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

Color convert

RGB 80 116 145 -
CMYK 0.45 0.2 0 0.43
HSL 206.77º 0.29% 0.44% -
HSV(B) 206.77º 0.45% 0.57% -
XYZ 14.66 16.24 29.15 -
YUV 108.54 148.57 107.64 -
System Red Green Blue C M Y K H S L
Decimal 80 116 145 0.45 0.2 0 0.43 206.77 0.29 0.44
Hex 50 74 91 2D 14 0 2B CF 1D 2C
Octal 120 164 221 55 24 0 53 317 35 54
Binary 1010000 1110100 10010001 101101 10100 0 101011 11001111 11101 101100

Color Harmonies of #507491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507491

Black with #507491

Text Example


Text Example

White with #507491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507491; }

 p { color: rgb(80,116,145); }

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

background-color css

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

 a { background-color: rgb(80,116,145); }

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

border-color css

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

 span { border-color: rgb(80,116,145); }

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