Html Css Color HEX #506E98 San Marino

📋 copy color: '#506E98'

red 80 ◦ green 110 ◦ blue 152

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

Shades of San Marino #506E98

Tints of San Marino #506E98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 44.44%

R = 23.39%
G = 32.16%
B = 44.44%

CMYK

 C value IS 0.47

 M value IS 0.28

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#506E98 (or 0x506E98) is known color: San Marino. HEX triplet: 50, 6E and 98. RGB value is (80,110,152). Sum of RGB (Red+Green+Blue) = 80+110+152=342 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.39% from 342); Green value is 110 (43.36% from 255 or 32.16% from 342); Blue value is 152 (59.77% from 255 or 44.44% from 342); Max value from RGB is 152 - color contains mainly: blue. Hex color #506E98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506E98 is #AF9167. Grayscale: #696969. Windows color (decimal): -11506024 or 9989712. OLE color: 9989712.

HSL color Cylindrical-coordinate representation of color #506E98: hue angle of 215º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #506E98 is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 80 110 152 -
CMYK 0.47 0.28 0 0.40
HSL 215º 0.31% 0.45% -
HSV(B) 215º 0.47% 0.6% -
XYZ 14.55 15.12 31.86 -
YUV 105.82 154.06 109.58 -
System Red Green Blue C M Y K H S L
Decimal 80 110 152 0.47 0.28 0 0.40 215 0.31 0.45
Hex 50 6E 98 2F 1C 0 28 D7 1F 2D
Octal 120 156 230 57 34 0 50 327 37 55
Binary 1010000 1101110 10011000 101111 11100 0 101000 11010111 11111 101101

Color Harmonies of #506E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506E98

Black with #506E98

Text Example


Text Example

White with #506E98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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