Html Css Color HEX #507487 Wedgewood

📋 copy color: '#507487'

red 80 ◦ green 116 ◦ blue 135

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

Shades of Wedgewood #507487

Tints of Wedgewood #507487

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.05%

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

R = 24.17%
G = 35.05%
B = 40.79%

CMYK

 C value IS 0.41

 M value IS 0.14

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#507487 (or 0x507487) is known color: Wedgewood. HEX triplet: 50, 74 and 87. RGB value is (80,116,135). Sum of RGB (Red+Green+Blue) = 80+116+135=331 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.17% from 331); Green value is 116 (45.70% from 255 or 35.05% from 331); Blue value is 135 (53.12% from 255 or 40.79% from 331); Max value from RGB is 135 - color contains mainly: blue. Hex color #507487 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507487 is #AF8B78. Grayscale: #6B6B6B. Windows color (decimal): -11504505 or 8877136. OLE color: 8877136.

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

Color convert

RGB 80 116 135 -
CMYK 0.41 0.14 0 0.47
HSL 200.73º 0.26% 0.42% -
HSV(B) 200.73º 0.41% 0.53% -
XYZ 13.93 15.95 25.27 -
YUV 107.4 143.57 108.46 -
System Red Green Blue C M Y K H S L
Decimal 80 116 135 0.41 0.14 0 0.47 200.73 0.26 0.42
Hex 50 74 87 29 E 0 2F C9 1A 2A
Octal 120 164 207 51 16 0 57 311 32 52
Binary 1010000 1110100 10000111 101001 1110 0 101111 11001001 11010 101010

Color Harmonies of #507487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507487

Black with #507487

Text Example


Text Example

White with #507487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507487; }

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

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

background-color css

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

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

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

border-color css

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

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

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