Html Css Color HEX #507286 Wedgewood

📋 copy color: '#507286'

red 80 ◦ green 114 ◦ blue 134

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

Shades of Wedgewood #507286

Tints of Wedgewood #507286

RGB

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

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

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

R = 24.39%
G = 34.76%
B = 40.85%

CMYK

 C value IS 0.40

 M value IS 0.15

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#507286 (or 0x507286) is known color: Wedgewood. HEX triplet: 50, 72 and 86. RGB value is (80,114,134). Sum of RGB (Red+Green+Blue) = 80+114+134=328 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.39% from 328); Green value is 114 (44.92% from 255 or 34.76% from 328); Blue value is 134 (52.73% from 255 or 40.85% from 328); Max value from RGB is 134 - color contains mainly: blue. Hex color #507286 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507286 is #AF8D79. Grayscale: #696969. Windows color (decimal): -11505018 or 8811088. OLE color: 8811088.

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

Color convert

RGB 80 114 134 -
CMYK 0.40 0.15 0 0.47
HSL 202.22º 0.25% 0.42% -
HSV(B) 202.22º 0.4% 0.53% -
XYZ 13.63 15.46 24.82 -
YUV 106.11 143.74 109.37 -
System Red Green Blue C M Y K H S L
Decimal 80 114 134 0.40 0.15 0 0.47 202.22 0.25 0.42
Hex 50 72 86 28 F 0 2F CA 19 2A
Octal 120 162 206 50 17 0 57 312 31 52
Binary 1010000 1110010 10000110 101000 1111 0 101111 11001010 11001 101010

Color Harmonies of #507286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507286

Black with #507286

Text Example


Text Example

White with #507286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507286; }

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

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

background-color css

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

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

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

border-color css

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

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

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