Html Css Color HEX #507091 Wedgewood

📋 copy color: '#507091'

red 80 ◦ green 112 ◦ blue 145

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

Shades of Wedgewood #507091

Tints of Wedgewood #507091

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.23%

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

R = 23.74%
G = 33.23%
B = 43.03%

CMYK

 C value IS 0.45

 M value IS 0.23

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#507091 (or 0x507091) is known color: Wedgewood. HEX triplet: 50, 70 and 91. RGB value is (80,112,145). Sum of RGB (Red+Green+Blue) = 80+112+145=337 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.74% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 145 (57.03% from 255 or 43.03% from 337); Max value from RGB is 145 - color contains mainly: blue. Hex color #507091 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507091 is #AF8F6E. Grayscale: #6A6A6A. Windows color (decimal): -11505519 or 9531472. OLE color: 9531472.

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

Color convert

RGB 80 112 145 -
CMYK 0.45 0.23 0 0.43
HSL 210.46º 0.29% 0.44% -
HSV(B) 210.46º 0.45% 0.57% -
XYZ 14.21 15.34 29 -
YUV 106.19 149.9 109.32 -
System Red Green Blue C M Y K H S L
Decimal 80 112 145 0.45 0.23 0 0.43 210.46 0.29 0.44
Hex 50 70 91 2D 17 0 2B D2 1D 2C
Octal 120 160 221 55 27 0 53 322 35 54
Binary 1010000 1110000 10010001 101101 10111 0 101011 11010010 11101 101100

Color Harmonies of #507091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507091

Black with #507091

Text Example


Text Example

White with #507091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507091; }

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

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

background-color css

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

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

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

border-color css

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

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

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