Html Css Color HEX #506E95 San Marino

📋 copy color: '#506E95'

red 80 ◦ green 110 ◦ blue 149

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

Shades of San Marino #506E95

Tints of San Marino #506E95

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.45%

 BLUE value IS 149 (58.59% from 255) = 43.95%

R = 23.6%
G = 32.45%
B = 43.95%

CMYK

 C value IS 0.46

 M value IS 0.26

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#506E95 (or 0x506E95) is known color: San Marino. HEX triplet: 50, 6E and 95. RGB value is (80,110,149). Sum of RGB (Red+Green+Blue) = 80+110+149=339 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.60% from 339); Green value is 110 (43.36% from 255 or 32.45% from 339); Blue value is 149 (58.59% from 255 or 43.95% from 339); Max value from RGB is 149 - color contains mainly: blue. Hex color #506E95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506E95 is #AF916A. Grayscale: #696969. Windows color (decimal): -11506027 or 9793104. OLE color: 9793104.

HSL color Cylindrical-coordinate representation of color #506E95: hue angle of 213.91º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #506E95 is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 110 149 -
CMYK 0.46 0.26 0 0.42
HSL 213.91º 0.3% 0.45% -
HSV(B) 213.91º 0.46% 0.58% -
XYZ 14.31 15.03 30.58 -
YUV 105.48 152.56 109.83 -
System Red Green Blue C M Y K H S L
Decimal 80 110 149 0.46 0.26 0 0.42 213.91 0.3 0.45
Hex 50 6E 95 2E 1A 0 2A D6 1E 2D
Octal 120 156 225 56 32 0 52 326 36 55
Binary 1010000 1101110 10010101 101110 11010 0 101010 11010110 11110 101101

Color Harmonies of #506E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506E95

Black with #506E95

Text Example


Text Example

White with #506E95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,110,149); }

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

background-color css

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

 a { background-color: rgb(80,110,149); }

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

border-color css

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

 span { border-color: rgb(80,110,149); }

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