Html Css Color HEX #507189 Wedgewood

📋 copy color: '#507189'

red 80 ◦ green 113 ◦ blue 137

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

Shades of Wedgewood #507189

Tints of Wedgewood #507189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 41.52%

R = 24.24%
G = 34.24%
B = 41.52%

CMYK

 C value IS 0.42

 M value IS 0.18

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#507189 (or 0x507189) is known color: Wedgewood. HEX triplet: 50, 71 and 89. RGB value is (80,113,137). Sum of RGB (Red+Green+Blue) = 80+113+137=330 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.24% from 330); Green value is 113 (44.53% from 255 or 34.24% from 330); Blue value is 137 (53.91% from 255 or 41.52% from 330); Max value from RGB is 137 - color contains mainly: blue. Hex color #507189 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507189 is #AF8E76. Grayscale: #696969. Windows color (decimal): -11505271 or 9007440. OLE color: 9007440.

HSL color Cylindrical-coordinate representation of color #507189: hue angle of 205.26º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #507189 is Cyan = 0.42, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 80 113 137 -
CMYK 0.42 0.18 0 0.46
HSL 205.26º 0.26% 0.43% -
HSV(B) 205.26º 0.42% 0.54% -
XYZ 13.73 15.32 25.9 -
YUV 105.87 145.57 109.55 -
System Red Green Blue C M Y K H S L
Decimal 80 113 137 0.42 0.18 0 0.46 205.26 0.26 0.43
Hex 50 71 89 2A 12 0 2E CD 1A 2B
Octal 120 161 211 52 22 0 56 315 32 53
Binary 1010000 1110001 10001001 101010 10010 0 101110 11001101 11010 101011

Color Harmonies of #507189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507189

Black with #507189

Text Example


Text Example

White with #507189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507189; }

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

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

background-color css

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

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

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

border-color css

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

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

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