Html Css Color HEX #506F90 Wedgewood

📋 copy color: '#506F90'

red 80 ◦ green 111 ◦ blue 144

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

Shades of Wedgewood #506F90

Tints of Wedgewood #506F90

RGB

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

 GREEN value IS 111 (43.75% from 255) = 33.13%

 BLUE value IS 144 (56.64% from 255) = 42.99%

R = 23.88%
G = 33.13%
B = 42.99%

CMYK

 C value IS 0.44

 M value IS 0.23

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#506F90 (or 0x506F90) is known color: Wedgewood. HEX triplet: 50, 6F and 90. RGB value is (80,111,144). Sum of RGB (Red+Green+Blue) = 80+111+144=335 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.88% from 335); Green value is 111 (43.75% from 255 or 33.13% from 335); Blue value is 144 (56.64% from 255 or 42.99% from 335); Max value from RGB is 144 - color contains mainly: blue. Hex color #506F90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506F90 is #AF906F. Grayscale: #696969. Windows color (decimal): -11505776 or 9465680. OLE color: 9465680.

HSL color Cylindrical-coordinate representation of color #506F90: hue angle of 210.94º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #506F90 is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 80 111 144 -
CMYK 0.44 0.23 0 0.44
HSL 210.94º 0.29% 0.44% -
HSV(B) 210.94º 0.44% 0.56% -
XYZ 14.03 15.09 28.56 -
YUV 105.49 149.73 109.82 -
System Red Green Blue C M Y K H S L
Decimal 80 111 144 0.44 0.23 0 0.44 210.94 0.29 0.44
Hex 50 6F 90 2C 17 0 2C D3 1D 2C
Octal 120 157 220 54 27 0 54 323 35 54
Binary 1010000 1101111 10010000 101100 10111 0 101100 11010011 11101 101100

Color Harmonies of #506F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506F90

Black with #506F90

Text Example


Text Example

White with #506F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,111,144); }

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

background-color css

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

 a { background-color: rgb(80,111,144); }

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

border-color css

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

 span { border-color: rgb(80,111,144); }

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