Html Css Color HEX #506A85 Wedgewood

📋 copy color: '#506A85'

red 80 ◦ green 106 ◦ blue 133

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

Shades of Wedgewood #506A85

Tints of Wedgewood #506A85

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.23%

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

R = 25.08%
G = 33.23%
B = 41.69%

CMYK

 C value IS 0.40

 M value IS 0.20

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#506A85 (or 0x506A85) is known color: Wedgewood. HEX triplet: 50, 6A and 85. RGB value is (80,106,133). Sum of RGB (Red+Green+Blue) = 80+106+133=319 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.08% from 319); Green value is 106 (41.80% from 255 or 33.23% from 319); Blue value is 133 (52.34% from 255 or 41.69% from 319); Max value from RGB is 133 - color contains mainly: blue. Hex color #506A85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506A85 is #AF957A. Grayscale: #656565. Windows color (decimal): -11507067 or 8743504. OLE color: 8743504.

HSL color Cylindrical-coordinate representation of color #506A85: hue angle of 210.57º 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 #506A85 is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 80 106 133 -
CMYK 0.40 0.20 0 0.48
HSL 210.57º 0.25% 0.42% -
HSV(B) 210.57º 0.4% 0.52% -
XYZ 12.7 13.71 24.17 -
YUV 101.3 145.89 112.8 -
System Red Green Blue C M Y K H S L
Decimal 80 106 133 0.40 0.20 0 0.48 210.57 0.25 0.42
Hex 50 6A 85 28 14 0 30 D3 19 2A
Octal 120 152 205 50 24 0 60 323 31 52
Binary 1010000 1101010 10000101 101000 10100 0 110000 11010011 11001 101010

Color Harmonies of #506A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506A85

Black with #506A85

Text Example


Text Example

White with #506A85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506A85; }

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

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

background-color css

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

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

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

border-color css

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

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

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