Html Css Color HEX #506FB4 San Marino

📋 copy color: '#506FB4'

red 80 ◦ green 111 ◦ blue 180

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

Shades of San Marino #506FB4

Tints of San Marino #506FB4

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.92%

 BLUE value IS 180 (70.7% from 255) = 48.52%

R = 21.56%
G = 29.92%
B = 48.52%

CMYK

 C value IS 0.56

 M value IS 0.38

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#506FB4 (or 0x506FB4) is known color: San Marino. HEX triplet: 50, 6F and B4. RGB value is (80,111,180). Sum of RGB (Red+Green+Blue) = 80+111+180=371 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.56% from 371); Green value is 111 (43.75% from 255 or 29.92% from 371); Blue value is 180 (70.70% from 255 or 48.52% from 371); Max value from RGB is 180 - color contains mainly: blue. Hex color #506FB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506FB4 is #AF904B. Grayscale: #6D6D6D. Windows color (decimal): -11505740 or 11824976. OLE color: 11824976.

HSL color Cylindrical-coordinate representation of color #506FB4: hue angle of 221.4º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #506FB4 is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 80 111 180 -
CMYK 0.56 0.38 0 0.29
HSL 221.4º 0.4% 0.51% -
HSV(B) 221.4º 0.56% 0.71% -
XYZ 17.23 16.37 45.43 -
YUV 109.6 167.73 106.89 -
System Red Green Blue C M Y K H S L
Decimal 80 111 180 0.56 0.38 0 0.29 221.4 0.4 0.51
Hex 50 6F B4 38 26 0 1D DD 28 33
Octal 120 157 264 70 46 0 35 335 50 63
Binary 1010000 1101111 10110100 111000 100110 0 11101 11011101 101000 110011

Color Harmonies of #506FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506FB4

Black with #506FB4

Text Example


Text Example

White with #506FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,111,180); }

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

background-color css

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

 a { background-color: rgb(80,111,180); }

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

border-color css

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

 span { border-color: rgb(80,111,180); }

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