Html Css Color HEX #507186 Wedgewood

📋 copy color: '#507186'

red 80 ◦ green 113 ◦ blue 134

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

Shades of Wedgewood #507186

Tints of Wedgewood #507186

RGB

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

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

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

R = 24.46%
G = 34.56%
B = 40.98%

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

#507186 (or 0x507186) is known color: Wedgewood. HEX triplet: 50, 71 and 86. RGB value is (80,113,134). Sum of RGB (Red+Green+Blue) = 80+113+134=327 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.46% from 327); Green value is 113 (44.53% from 255 or 34.56% from 327); Blue value is 134 (52.73% from 255 or 40.98% from 327); Max value from RGB is 134 - color contains mainly: blue. Hex color #507186 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507186 is #AF8E79. Grayscale: #696969. Windows color (decimal): -11505274 or 8810832. OLE color: 8810832.

HSL color Cylindrical-coordinate representation of color #507186: hue angle of 203.33º 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 #507186 is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 80 113 134 -
CMYK 0.40 0.16 0 0.47
HSL 203.33º 0.25% 0.42% -
HSV(B) 203.33º 0.4% 0.53% -
XYZ 13.52 15.24 24.78 -
YUV 105.53 144.07 109.79 -
System Red Green Blue C M Y K H S L
Decimal 80 113 134 0.40 0.16 0 0.47 203.33 0.25 0.42
Hex 50 71 86 28 10 0 2F CB 19 2A
Octal 120 161 206 50 20 0 57 313 31 52
Binary 1010000 1110001 10000110 101000 10000 0 101111 11001011 11001 101010

Color Harmonies of #507186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507186

Black with #507186

Text Example


Text Example

White with #507186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507186; }

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

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

background-color css

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

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

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

border-color css

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

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

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