Html Css Color HEX #507690 Wedgewood

📋 copy color: '#507690'

red 80 ◦ green 118 ◦ blue 144

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

Shades of Wedgewood #507690

Tints of Wedgewood #507690

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.5%

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

R = 23.39%
G = 34.5%
B = 42.11%

CMYK

 C value IS 0.44

 M value IS 0.18

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#507690 (or 0x507690) is known color: Wedgewood. HEX triplet: 50, 76 and 90. RGB value is (80,118,144). Sum of RGB (Red+Green+Blue) = 80+118+144=342 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.39% from 342); Green value is 118 (46.48% from 255 or 34.50% from 342); Blue value is 144 (56.64% from 255 or 42.11% from 342); Max value from RGB is 144 - color contains mainly: blue. Hex color #507690 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507690 is #AF896F. Grayscale: #6D6D6D. Windows color (decimal): -11503984 or 9467472. OLE color: 9467472.

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

Color convert

RGB 80 118 144 -
CMYK 0.44 0.18 0 0.44
HSL 204.38º 0.29% 0.44% -
HSV(B) 204.38º 0.44% 0.56% -
XYZ 14.82 16.68 28.82 -
YUV 109.6 147.41 106.89 -
System Red Green Blue C M Y K H S L
Decimal 80 118 144 0.44 0.18 0 0.44 204.38 0.29 0.44
Hex 50 76 90 2C 12 0 2C CC 1D 2C
Octal 120 166 220 54 22 0 54 314 35 54
Binary 1010000 1110110 10010000 101100 10010 0 101100 11001100 11101 101100

Color Harmonies of #507690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507690

Black with #507690

Text Example


Text Example

White with #507690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507690; }

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

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

background-color css

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

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

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

border-color css

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

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

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