Html Css Color HEX #507390 Wedgewood

📋 copy color: '#507390'

red 80 ◦ green 115 ◦ blue 144

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

Shades of Wedgewood #507390

Tints of Wedgewood #507390

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.92%

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

R = 23.6%
G = 33.92%
B = 42.48%

CMYK

 C value IS 0.44

 M value IS 0.20

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#507390 (or 0x507390) is known color: Wedgewood. HEX triplet: 50, 73 and 90. RGB value is (80,115,144). Sum of RGB (Red+Green+Blue) = 80+115+144=339 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.60% from 339); Green value is 115 (45.31% from 255 or 33.92% from 339); Blue value is 144 (56.64% from 255 or 42.48% from 339); Max value from RGB is 144 - color contains mainly: blue. Hex color #507390 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507390 is #AF8C6F. Grayscale: #6B6B6B. Windows color (decimal): -11504752 or 9466704. OLE color: 9466704.

HSL color Cylindrical-coordinate representation of color #507390: hue angle of 207.19º 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 #507390 is Cyan = 0.44, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 80 115 144 -
CMYK 0.44 0.20 0 0.44
HSL 207.19º 0.29% 0.44% -
HSV(B) 207.19º 0.44% 0.56% -
XYZ 14.47 15.98 28.71 -
YUV 107.84 148.4 108.14 -
System Red Green Blue C M Y K H S L
Decimal 80 115 144 0.44 0.20 0 0.44 207.19 0.29 0.44
Hex 50 73 90 2C 14 0 2C CF 1D 2C
Octal 120 163 220 54 24 0 54 317 35 54
Binary 1010000 1110011 10010000 101100 10100 0 101100 11001111 11101 101100

Color Harmonies of #507390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507390

Black with #507390

Text Example


Text Example

White with #507390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507390; }

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

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

background-color css

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

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

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

border-color css

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

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

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