Html Css Color HEX #507291 Wedgewood

📋 copy color: '#507291'

red 80 ◦ green 114 ◦ blue 145

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

Shades of Wedgewood #507291

Tints of Wedgewood #507291

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.63%

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

R = 23.6%
G = 33.63%
B = 42.77%

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

#507291 (or 0x507291) is known color: Wedgewood. HEX triplet: 50, 72 and 91. RGB value is (80,114,145). Sum of RGB (Red+Green+Blue) = 80+114+145=339 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.60% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 145 (57.03% from 255 or 42.77% from 339); Max value from RGB is 145 - color contains mainly: blue. Hex color #507291 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507291 is #AF8D6E. Grayscale: #6B6B6B. Windows color (decimal): -11505007 or 9531984. OLE color: 9531984.

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

Color convert

RGB 80 114 145 -
CMYK 0.45 0.21 0 0.43
HSL 208.62º 0.29% 0.44% -
HSV(B) 208.62º 0.45% 0.57% -
XYZ 14.44 15.78 29.07 -
YUV 107.37 149.24 108.48 -
System Red Green Blue C M Y K H S L
Decimal 80 114 145 0.45 0.21 0 0.43 208.62 0.29 0.44
Hex 50 72 91 2D 15 0 2B D1 1D 2C
Octal 120 162 221 55 25 0 53 321 35 54
Binary 1010000 1110010 10010001 101101 10101 0 101011 11010001 11101 101100

Color Harmonies of #507291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507291

Black with #507291

Text Example


Text Example

White with #507291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507291; }

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

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

background-color css

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

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

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

border-color css

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

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

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