Html Css Color HEX #507594 Wedgewood

📋 copy color: '#507594'

red 80 ◦ green 117 ◦ blue 148

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

Shades of Wedgewood #507594

Tints of Wedgewood #507594

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.91%

 BLUE value IS 148 (58.2% from 255) = 42.9%

R = 23.19%
G = 33.91%
B = 42.9%

CMYK

 C value IS 0.46

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#507594 (or 0x507594) is known color: Wedgewood. HEX triplet: 50, 75 and 94. RGB value is (80,117,148). Sum of RGB (Red+Green+Blue) = 80+117+148=345 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.19% from 345); Green value is 117 (46.09% from 255 or 33.91% from 345); Blue value is 148 (58.20% from 255 or 42.90% from 345); Max value from RGB is 148 - color contains mainly: blue. Hex color #507594 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507594 is #AF8A6B. Grayscale: #6D6D6D. Windows color (decimal): -11504236 or 9729360. OLE color: 9729360.

HSL color Cylindrical-coordinate representation of color #507594: hue angle of 207.35º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #507594 is Cyan = 0.46, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 117 148 -
CMYK 0.46 0.21 0 0.42
HSL 207.35º 0.3% 0.45% -
HSV(B) 207.35º 0.46% 0.58% -
XYZ 15.01 16.57 30.42 -
YUV 109.47 149.74 106.98 -
System Red Green Blue C M Y K H S L
Decimal 80 117 148 0.46 0.21 0 0.42 207.35 0.3 0.45
Hex 50 75 94 2E 15 0 2A CF 1E 2D
Octal 120 165 224 56 25 0 52 317 36 55
Binary 1010000 1110101 10010100 101110 10101 0 101010 11001111 11110 101101

Color Harmonies of #507594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507594

Black with #507594

Text Example


Text Example

White with #507594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507594; }

 p { color: rgb(80,117,148); }

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

background-color css

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

 a { background-color: rgb(80,117,148); }

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

border-color css

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

 span { border-color: rgb(80,117,148); }

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