Html Css Color HEX #506AAC San Marino

📋 copy color: '#506AAC'

red 80 ◦ green 106 ◦ blue 172

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

Shades of San Marino #506AAC

Tints of San Marino #506AAC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.61%

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

R = 22.35%
G = 29.61%
B = 48.04%

CMYK

 C value IS 0.53

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#506AAC (or 0x506AAC) is known color: San Marino. HEX triplet: 50, 6A and AC. RGB value is (80,106,172). Sum of RGB (Red+Green+Blue) = 80+106+172=358 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.35% from 358); Green value is 106 (41.80% from 255 or 29.61% from 358); Blue value is 172 (67.58% from 255 or 48.04% from 358); Max value from RGB is 172 - color contains mainly: blue. Hex color #506AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506AAC is #AF9553. Grayscale: #696969. Windows color (decimal): -11507028 or 11299408. OLE color: 11299408.

HSL color Cylindrical-coordinate representation of color #506AAC: hue angle of 223.04º 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 #506AAC is Cyan = 0.53, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 80 106 172 -
CMYK 0.53 0.38 0 0.33
HSL 223.04º 0.37% 0.49% -
HSV(B) 223.04º 0.53% 0.67% -
XYZ 15.91 14.99 41.09 -
YUV 105.75 165.39 109.63 -
System Red Green Blue C M Y K H S L
Decimal 80 106 172 0.53 0.38 0 0.33 223.04 0.37 0.49
Hex 50 6A AC 35 26 0 21 DF 25 31
Octal 120 152 254 65 46 0 41 337 45 61
Binary 1010000 1101010 10101100 110101 100110 0 100001 11011111 100101 110001

Color Harmonies of #506AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506AAC

Black with #506AAC

Text Example


Text Example

White with #506AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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