Html Css Color HEX #506DAC San Marino

📋 copy color: '#506DAC'

red 80 ◦ green 109 ◦ blue 172

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

Shades of San Marino #506DAC

Tints of San Marino #506DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 47.65%

R = 22.16%
G = 30.19%
B = 47.65%

CMYK

 C value IS 0.53

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#506DAC (or 0x506DAC) is known color: San Marino. HEX triplet: 50, 6D and AC. RGB value is (80,109,172). Sum of RGB (Red+Green+Blue) = 80+109+172=361 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.16% from 361); Green value is 109 (42.97% from 255 or 30.19% from 361); Blue value is 172 (67.58% from 255 or 47.65% from 361); Max value from RGB is 172 - color contains mainly: blue. Hex color #506DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506DAC is #AF9253. Grayscale: #6B6B6B. Windows color (decimal): -11506260 or 11300176. OLE color: 11300176.

HSL color Cylindrical-coordinate representation of color #506DAC: hue angle of 221.09º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #506DAC is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 80 109 172 -
CMYK 0.53 0.37 0 0.33
HSL 221.09º 0.37% 0.49% -
HSV(B) 221.09º 0.53% 0.67% -
XYZ 16.22 15.62 41.19 -
YUV 107.51 164.39 108.38 -
System Red Green Blue C M Y K H S L
Decimal 80 109 172 0.53 0.37 0 0.33 221.09 0.37 0.49
Hex 50 6D AC 35 25 0 21 DD 25 31
Octal 120 155 254 65 45 0 41 335 45 61
Binary 1010000 1101101 10101100 110101 100101 0 100001 11011101 100101 110001

Color Harmonies of #506DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506DAC

Black with #506DAC

Text Example


Text Example

White with #506DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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