Html Css Color HEX #507595 Wedgewood

📋 copy color: '#507595'

red 80 ◦ green 117 ◦ blue 149

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

Shades of Wedgewood #507595

Tints of Wedgewood #507595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 43.06%

R = 23.12%
G = 33.82%
B = 43.06%

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

#507595 (or 0x507595) is known color: Wedgewood. HEX triplet: 50, 75 and 95. RGB value is (80,117,149). Sum of RGB (Red+Green+Blue) = 80+117+149=346 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.12% from 346); Green value is 117 (46.09% from 255 or 33.82% from 346); Blue value is 149 (58.59% from 255 or 43.06% from 346); Max value from RGB is 149 - color contains mainly: blue. Hex color #507595 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507595 is #AF8A6A. Grayscale: #6D6D6D. Windows color (decimal): -11504235 or 9794896. OLE color: 9794896.

HSL color Cylindrical-coordinate representation of color #507595: hue angle of 207.83º 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 #507595 is Cyan = 0.46, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 117 149 -
CMYK 0.46 0.21 0 0.42
HSL 207.83º 0.3% 0.45% -
HSV(B) 207.83º 0.46% 0.58% -
XYZ 15.09 16.6 30.84 -
YUV 109.59 150.24 106.9 -
System Red Green Blue C M Y K H S L
Decimal 80 117 149 0.46 0.21 0 0.42 207.83 0.3 0.45
Hex 50 75 95 2E 15 0 2A D0 1E 2D
Octal 120 165 225 56 25 0 52 320 36 55
Binary 1010000 1110101 10010101 101110 10101 0 101010 11010000 11110 101101

Color Harmonies of #507595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507595

Black with #507595

Text Example


Text Example

White with #507595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507595; }

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

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

background-color css

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

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

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

border-color css

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

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

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