Html Css Color HEX #507086 Wedgewood

📋 copy color: '#507086'

red 80 ◦ green 112 ◦ blue 134

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

Shades of Wedgewood #507086

Tints of Wedgewood #507086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 41.1%

R = 24.54%
G = 34.36%
B = 41.1%

CMYK

 C value IS 0.40

 M value IS 0.16

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#507086 (or 0x507086) is known color: Wedgewood. HEX triplet: 50, 70 and 86. RGB value is (80,112,134). Sum of RGB (Red+Green+Blue) = 80+112+134=326 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.54% from 326); Green value is 112 (44.14% from 255 or 34.36% from 326); Blue value is 134 (52.73% from 255 or 41.10% from 326); Max value from RGB is 134 - color contains mainly: blue. Hex color #507086 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507086 is #AF8F79. Grayscale: #686868. Windows color (decimal): -11505530 or 8810576. OLE color: 8810576.

HSL color Cylindrical-coordinate representation of color #507086: hue angle of 204.44º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #507086 is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 80 112 134 -
CMYK 0.40 0.16 0 0.47
HSL 204.44º 0.25% 0.42% -
HSV(B) 204.44º 0.4% 0.53% -
XYZ 13.41 15.02 24.75 -
YUV 104.94 144.4 110.21 -
System Red Green Blue C M Y K H S L
Decimal 80 112 134 0.40 0.16 0 0.47 204.44 0.25 0.42
Hex 50 70 86 28 10 0 2F CC 19 2A
Octal 120 160 206 50 20 0 57 314 31 52
Binary 1010000 1110000 10000110 101000 10000 0 101111 11001100 11001 101010

Color Harmonies of #507086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507086

Black with #507086

Text Example


Text Example

White with #507086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507086; }

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

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

background-color css

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

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

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

border-color css

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

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

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