Html Css Color HEX #507290 Wedgewood

📋 copy color: '#507290'

red 80 ◦ green 114 ◦ blue 144

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

Shades of Wedgewood #507290

Tints of Wedgewood #507290

RGB

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

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

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

R = 23.67%
G = 33.73%
B = 42.6%

CMYK

 C value IS 0.44

 M value IS 0.21

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#507290 (or 0x507290) is known color: Wedgewood. HEX triplet: 50, 72 and 90. RGB value is (80,114,144). Sum of RGB (Red+Green+Blue) = 80+114+144=338 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.67% from 338); Green value is 114 (44.92% from 255 or 33.73% from 338); Blue value is 144 (56.64% from 255 or 42.60% from 338); Max value from RGB is 144 - color contains mainly: blue. Hex color #507290 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507290 is #AF8D6F. Grayscale: #6B6B6B. Windows color (decimal): -11505008 or 9466448. OLE color: 9466448.

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

Color convert

RGB 80 114 144 -
CMYK 0.44 0.21 0 0.44
HSL 208.13º 0.29% 0.44% -
HSV(B) 208.13º 0.44% 0.56% -
XYZ 14.36 15.75 28.67 -
YUV 107.25 148.74 108.56 -
System Red Green Blue C M Y K H S L
Decimal 80 114 144 0.44 0.21 0 0.44 208.13 0.29 0.44
Hex 50 72 90 2C 15 0 2C D0 1D 2C
Octal 120 162 220 54 25 0 54 320 35 54
Binary 1010000 1110010 10010000 101100 10101 0 101100 11010000 11101 101100

Color Harmonies of #507290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507290

Black with #507290

Text Example


Text Example

White with #507290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507290; }

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

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

background-color css

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

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

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

border-color css

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

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

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