Html Css Color HEX #507692 Wedgewood

📋 copy color: '#507692'

red 80 ◦ green 118 ◦ blue 146

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

Shades of Wedgewood #507692

Tints of Wedgewood #507692

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.3%

 BLUE value IS 146 (57.42% from 255) = 42.44%

R = 23.26%
G = 34.3%
B = 42.44%

CMYK

 C value IS 0.45

 M value IS 0.19

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#507692 (or 0x507692) is known color: Wedgewood. HEX triplet: 50, 76 and 92. RGB value is (80,118,146). Sum of RGB (Red+Green+Blue) = 80+118+146=344 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.26% from 344); Green value is 118 (46.48% from 255 or 34.30% from 344); Blue value is 146 (57.42% from 255 or 42.44% from 344); Max value from RGB is 146 - color contains mainly: blue. Hex color #507692 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507692 is #AF896D. Grayscale: #6D6D6D. Windows color (decimal): -11503982 or 9598544. OLE color: 9598544.

HSL color Cylindrical-coordinate representation of color #507692: hue angle of 205.45º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #507692 is Cyan = 0.45, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 80 118 146 -
CMYK 0.45 0.19 0 0.43
HSL 205.45º 0.29% 0.44% -
HSV(B) 205.45º 0.45% 0.57% -
XYZ 14.98 16.74 29.64 -
YUV 109.83 148.41 106.72 -
System Red Green Blue C M Y K H S L
Decimal 80 118 146 0.45 0.19 0 0.43 205.45 0.29 0.44
Hex 50 76 92 2D 13 0 2B CD 1D 2C
Octal 120 166 222 55 23 0 53 315 35 54
Binary 1010000 1110110 10010010 101101 10011 0 101011 11001101 11101 101100

Color Harmonies of #507692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507692

Black with #507692

Text Example


Text Example

White with #507692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507692; }

 p { color: rgb(80,118,146); }

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

background-color css

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

 a { background-color: rgb(80,118,146); }

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

border-color css

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

 span { border-color: rgb(80,118,146); }

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