Html Css Color HEX #507190 Wedgewood

📋 copy color: '#507190'

red 80 ◦ green 113 ◦ blue 144

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

Shades of Wedgewood #507190

Tints of Wedgewood #507190

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.53%

 BLUE value IS 144 (56.64% from 255) = 42.73%

R = 23.74%
G = 33.53%
B = 42.73%

CMYK

 C value IS 0.44

 M value IS 0.22

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#507190 (or 0x507190) is known color: Wedgewood. HEX triplet: 50, 71 and 90. RGB value is (80,113,144). Sum of RGB (Red+Green+Blue) = 80+113+144=337 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.74% from 337); Green value is 113 (44.53% from 255 or 33.53% from 337); Blue value is 144 (56.64% from 255 or 42.73% from 337); Max value from RGB is 144 - color contains mainly: blue. Hex color #507190 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507190 is #AF8E6F. Grayscale: #6A6A6A. Windows color (decimal): -11505264 or 9466192. OLE color: 9466192.

HSL color Cylindrical-coordinate representation of color #507190: hue angle of 209.06º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #507190 is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 80 113 144 -
CMYK 0.44 0.22 0 0.44
HSL 209.06º 0.29% 0.44% -
HSV(B) 209.06º 0.44% 0.56% -
XYZ 14.25 15.53 28.63 -
YUV 106.67 149.07 108.98 -
System Red Green Blue C M Y K H S L
Decimal 80 113 144 0.44 0.22 0 0.44 209.06 0.29 0.44
Hex 50 71 90 2C 16 0 2C D1 1D 2C
Octal 120 161 220 54 26 0 54 321 35 54
Binary 1010000 1110001 10010000 101100 10110 0 101100 11010001 11101 101100

Color Harmonies of #507190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507190

Black with #507190

Text Example


Text Example

White with #507190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507190; }

 p { color: rgb(80,113,144); }

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

background-color css

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

 a { background-color: rgb(80,113,144); }

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

border-color css

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

 span { border-color: rgb(80,113,144); }

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