Html Css Color HEX #506FB5 San Marino

📋 copy color: '#506FB5'

red 80 ◦ green 111 ◦ blue 181

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

Shades of San Marino #506FB5

Tints of San Marino #506FB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 48.66%

R = 21.51%
G = 29.84%
B = 48.66%

CMYK

 C value IS 0.56

 M value IS 0.39

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#506FB5 (or 0x506FB5) is known color: San Marino. HEX triplet: 50, 6F and B5. RGB value is (80,111,181). Sum of RGB (Red+Green+Blue) = 80+111+181=372 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.51% from 372); Green value is 111 (43.75% from 255 or 29.84% from 372); Blue value is 181 (71.09% from 255 or 48.66% from 372); Max value from RGB is 181 - color contains mainly: blue. Hex color #506FB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506FB5 is #AF904A. Grayscale: #6D6D6D. Windows color (decimal): -11505739 or 11890512. OLE color: 11890512.

HSL color Cylindrical-coordinate representation of color #506FB5: hue angle of 221.58º degrees, saturation: 0.41, 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 #506FB5 is Cyan = 0.56, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 80 111 181 -
CMYK 0.56 0.39 0 0.29
HSL 221.58º 0.41% 0.51% -
HSV(B) 221.58º 0.56% 0.71% -
XYZ 17.33 16.41 45.97 -
YUV 109.71 168.23 106.81 -
System Red Green Blue C M Y K H S L
Decimal 80 111 181 0.56 0.39 0 0.29 221.58 0.41 0.51
Hex 50 6F B5 38 27 0 1D DE 29 33
Octal 120 157 265 70 47 0 35 336 51 63
Binary 1010000 1101111 10110101 111000 100111 0 11101 11011110 101001 110011

Color Harmonies of #506FB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506FB5

Black with #506FB5

Text Example


Text Example

White with #506FB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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