Html Css Color HEX #507696 Wedgewood

📋 copy color: '#507696'

red 80 ◦ green 118 ◦ blue 150

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

Shades of Wedgewood #507696

Tints of Wedgewood #507696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 43.1%

R = 22.99%
G = 33.91%
B = 43.1%

CMYK

 C value IS 0.47

 M value IS 0.21

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#507696 (or 0x507696) is known color: Wedgewood. HEX triplet: 50, 76 and 96. RGB value is (80,118,150). Sum of RGB (Red+Green+Blue) = 80+118+150=348 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.99% from 348); Green value is 118 (46.48% from 255 or 33.91% from 348); Blue value is 150 (58.98% from 255 or 43.10% from 348); Max value from RGB is 150 - color contains mainly: blue. Hex color #507696 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507696 is #AF8969. Grayscale: #6E6E6E. Windows color (decimal): -11503978 or 9860688. OLE color: 9860688.

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

Color convert

RGB 80 118 150 -
CMYK 0.47 0.21 0 0.41
HSL 207.43º 0.3% 0.45% -
HSV(B) 207.43º 0.47% 0.59% -
XYZ 15.29 16.86 31.3 -
YUV 110.29 150.41 106.4 -
System Red Green Blue C M Y K H S L
Decimal 80 118 150 0.47 0.21 0 0.41 207.43 0.3 0.45
Hex 50 76 96 2F 15 0 29 CF 1E 2D
Octal 120 166 226 57 25 0 51 317 36 55
Binary 1010000 1110110 10010110 101111 10101 0 101001 11001111 11110 101101

Color Harmonies of #507696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507696

Black with #507696

Text Example


Text Example

White with #507696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507696; }

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

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

background-color css

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

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

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

border-color css

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

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

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