Html Css Color HEX #507591 Wedgewood

📋 copy color: '#507591'

red 80 ◦ green 117 ◦ blue 145

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

Shades of Wedgewood #507591

Tints of Wedgewood #507591

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.21%

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

R = 23.39%
G = 34.21%
B = 42.4%

CMYK

 C value IS 0.45

 M value IS 0.19

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#507591 (or 0x507591) is known color: Wedgewood. HEX triplet: 50, 75 and 91. RGB value is (80,117,145). Sum of RGB (Red+Green+Blue) = 80+117+145=342 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.39% from 342); Green value is 117 (46.09% from 255 or 34.21% from 342); Blue value is 145 (57.03% from 255 or 42.40% from 342); Max value from RGB is 145 - color contains mainly: blue. Hex color #507591 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507591 is #AF8A6E. Grayscale: #6C6C6C. Windows color (decimal): -11504239 or 9532752. OLE color: 9532752.

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

Color convert

RGB 80 117 145 -
CMYK 0.45 0.19 0 0.43
HSL 205.85º 0.29% 0.44% -
HSV(B) 205.85º 0.45% 0.57% -
XYZ 14.78 16.47 29.19 -
YUV 109.13 148.24 107.22 -
System Red Green Blue C M Y K H S L
Decimal 80 117 145 0.45 0.19 0 0.43 205.85 0.29 0.44
Hex 50 75 91 2D 13 0 2B CE 1D 2C
Octal 120 165 221 55 23 0 53 316 35 54
Binary 1010000 1110101 10010001 101101 10011 0 101011 11001110 11101 101100

Color Harmonies of #507591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507591

Black with #507591

Text Example


Text Example

White with #507591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507591; }

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

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

background-color css

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

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

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

border-color css

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

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

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