Html Css Color HEX #506EAF San Marino

📋 copy color: '#506EAF'

red 80 ◦ green 110 ◦ blue 175

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

Shades of San Marino #506EAF

Tints of San Marino #506EAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 47.95%

R = 21.92%
G = 30.14%
B = 47.95%

CMYK

 C value IS 0.54

 M value IS 0.37

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#506EAF (or 0x506EAF) is known color: San Marino. HEX triplet: 50, 6E and AF. RGB value is (80,110,175). Sum of RGB (Red+Green+Blue) = 80+110+175=365 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.92% from 365); Green value is 110 (43.36% from 255 or 30.14% from 365); Blue value is 175 (68.75% from 255 or 47.95% from 365); Max value from RGB is 175 - color contains mainly: blue. Hex color #506EAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506EAF is #AF9150. Grayscale: #6C6C6C. Windows color (decimal): -11506001 or 11497040. OLE color: 11497040.

HSL color Cylindrical-coordinate representation of color #506EAF: hue angle of 221.05º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #506EAF is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 80 110 175 -
CMYK 0.54 0.37 0 0.31
HSL 221.05º 0.37% 0.5% -
HSV(B) 221.05º 0.54% 0.69% -
XYZ 16.62 15.95 42.76 -
YUV 108.44 165.56 107.71 -
System Red Green Blue C M Y K H S L
Decimal 80 110 175 0.54 0.37 0 0.31 221.05 0.37 0.5
Hex 50 6E AF 36 25 0 1F DD 25 32
Octal 120 156 257 66 45 0 37 335 45 62
Binary 1010000 1101110 10101111 110110 100101 0 11111 11011101 100101 110010

Color Harmonies of #506EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506EAF

Black with #506EAF

Text Example


Text Example

White with #506EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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