Html Css Color HEX #506D9C San Marino

📋 copy color: '#506D9C'

red 80 ◦ green 109 ◦ blue 156

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

Shades of San Marino #506D9C

Tints of San Marino #506D9C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.59%

 BLUE value IS 156 (61.33% from 255) = 45.22%

R = 23.19%
G = 31.59%
B = 45.22%

CMYK

 C value IS 0.49

 M value IS 0.30

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#506D9C (or 0x506D9C) is known color: San Marino. HEX triplet: 50, 6D and 9C. RGB value is (80,109,156). Sum of RGB (Red+Green+Blue) = 80+109+156=345 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.19% from 345); Green value is 109 (42.97% from 255 or 31.59% from 345); Blue value is 156 (61.33% from 255 or 45.22% from 345); Max value from RGB is 156 - color contains mainly: blue. Hex color #506D9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506D9C is #AF9263. Grayscale: #696969. Windows color (decimal): -11506276 or 10251600. OLE color: 10251600.

HSL color Cylindrical-coordinate representation of color #506D9C: hue angle of 217.11º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #506D9C is Cyan = 0.49, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 80 109 156 -
CMYK 0.49 0.30 0 0.39
HSL 217.11º 0.32% 0.46% -
HSV(B) 217.11º 0.49% 0.61% -
XYZ 14.78 15.04 33.58 -
YUV 105.69 156.39 109.68 -
System Red Green Blue C M Y K H S L
Decimal 80 109 156 0.49 0.30 0 0.39 217.11 0.32 0.46
Hex 50 6D 9C 31 1E 0 27 D9 20 2E
Octal 120 155 234 61 36 0 47 331 40 56
Binary 1010000 1101101 10011100 110001 11110 0 100111 11011001 100000 101110

Color Harmonies of #506D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506D9C

Black with #506D9C

Text Example


Text Example

White with #506D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,109,156); }

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

background-color css

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

 a { background-color: rgb(80,109,156); }

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

border-color css

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

 span { border-color: rgb(80,109,156); }

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