Html Css Color HEX #506DAB San Marino

📋 copy color: '#506DAB'

red 80 ◦ green 109 ◦ blue 171

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

Shades of San Marino #506DAB

Tints of San Marino #506DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 47.5%

R = 22.22%
G = 30.28%
B = 47.5%

CMYK

 C value IS 0.53

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#506DAB (or 0x506DAB) is known color: San Marino. HEX triplet: 50, 6D and AB. RGB value is (80,109,171). Sum of RGB (Red+Green+Blue) = 80+109+171=360 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.22% from 360); Green value is 109 (42.97% from 255 or 30.28% from 360); Blue value is 171 (67.19% from 255 or 47.5% from 360); Max value from RGB is 171 - color contains mainly: blue. Hex color #506DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506DAB is #AF9254. Grayscale: #6B6B6B. Windows color (decimal): -11506261 or 11234640. OLE color: 11234640.

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

Color convert

RGB 80 109 171 -
CMYK 0.53 0.36 0 0.33
HSL 220.88º 0.36% 0.49% -
HSV(B) 220.88º 0.53% 0.67% -
XYZ 16.13 15.58 40.69 -
YUV 107.4 163.89 108.46 -
System Red Green Blue C M Y K H S L
Decimal 80 109 171 0.53 0.36 0 0.33 220.88 0.36 0.49
Hex 50 6D AB 35 24 0 21 DD 24 31
Octal 120 155 253 65 44 0 41 335 44 61
Binary 1010000 1101101 10101011 110101 100100 0 100001 11011101 100100 110001

Color Harmonies of #506DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506DAB

Black with #506DAB

Text Example


Text Example

White with #506DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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