Html Css Color HEX #506485 Wedgewood

📋 copy color: '#506485'

red 80 ◦ green 100 ◦ blue 133

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

Shades of Wedgewood #506485

Tints of Wedgewood #506485

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.95%

 BLUE value IS 133 (52.34% from 255) = 42.49%

R = 25.56%
G = 31.95%
B = 42.49%

CMYK

 C value IS 0.40

 M value IS 0.25

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#506485 (or 0x506485) is known color: Wedgewood. HEX triplet: 50, 64 and 85. RGB value is (80,100,133). Sum of RGB (Red+Green+Blue) = 80+100+133=313 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.56% from 313); Green value is 100 (39.45% from 255 or 31.95% from 313); Blue value is 133 (52.34% from 255 or 42.49% from 313); Max value from RGB is 133 - color contains mainly: blue. Hex color #506485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506485 is #AF9B7A. Grayscale: #616161. Windows color (decimal): -11508603 or 8741968. OLE color: 8741968.

HSL color Cylindrical-coordinate representation of color #506485: hue angle of 217.36º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #506485 is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 80 100 133 -
CMYK 0.40 0.25 0 0.48
HSL 217.36º 0.25% 0.42% -
HSV(B) 217.36º 0.4% 0.52% -
XYZ 12.1 12.51 23.97 -
YUV 97.78 147.87 115.32 -
System Red Green Blue C M Y K H S L
Decimal 80 100 133 0.40 0.25 0 0.48 217.36 0.25 0.42
Hex 50 64 85 28 19 0 30 D9 19 2A
Octal 120 144 205 50 31 0 60 331 31 52
Binary 1010000 1100100 10000101 101000 11001 0 110000 11011001 11001 101010

Color Harmonies of #506485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506485

Black with #506485

Text Example


Text Example

White with #506485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506485; }

 p { color: rgb(80,100,133); }

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

background-color css

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

 a { background-color: rgb(80,100,133); }

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

border-color css

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

 span { border-color: rgb(80,100,133); }

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