Html Css Color HEX #507087 Wedgewood

📋 copy color: '#507087'

red 80 ◦ green 112 ◦ blue 135

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

Shades of Wedgewood #507087

Tints of Wedgewood #507087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 41.28%

R = 24.46%
G = 34.25%
B = 41.28%

CMYK

 C value IS 0.41

 M value IS 0.17

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#507087 (or 0x507087) is known color: Wedgewood. HEX triplet: 50, 70 and 87. RGB value is (80,112,135). Sum of RGB (Red+Green+Blue) = 80+112+135=327 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.46% from 327); Green value is 112 (44.14% from 255 or 34.25% from 327); Blue value is 135 (53.12% from 255 or 41.28% from 327); Max value from RGB is 135 - color contains mainly: blue. Hex color #507087 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507087 is #AF8F78. Grayscale: #686868. Windows color (decimal): -11505529 or 8876112. OLE color: 8876112.

HSL color Cylindrical-coordinate representation of color #507087: hue angle of 205.09º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #507087 is Cyan = 0.41, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 80 112 135 -
CMYK 0.41 0.17 0 0.47
HSL 205.09º 0.26% 0.42% -
HSV(B) 205.09º 0.41% 0.53% -
XYZ 13.48 15.04 25.12 -
YUV 105.05 144.9 110.13 -
System Red Green Blue C M Y K H S L
Decimal 80 112 135 0.41 0.17 0 0.47 205.09 0.26 0.42
Hex 50 70 87 29 11 0 2F CD 1A 2A
Octal 120 160 207 51 21 0 57 315 32 52
Binary 1010000 1110000 10000111 101001 10001 0 101111 11001101 11010 101010

Color Harmonies of #507087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507087

Black with #507087

Text Example


Text Example

White with #507087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507087; }

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

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

background-color css

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

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

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

border-color css

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

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

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