Html Css Color HEX #506FB0 San Marino

📋 copy color: '#506FB0'

red 80 ◦ green 111 ◦ blue 176

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

Shades of San Marino #506FB0

Tints of San Marino #506FB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 47.96%

R = 21.8%
G = 30.25%
B = 47.96%

CMYK

 C value IS 0.55

 M value IS 0.37

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#506FB0 (or 0x506FB0) is known color: San Marino. HEX triplet: 50, 6F and B0. RGB value is (80,111,176). Sum of RGB (Red+Green+Blue) = 80+111+176=367 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.80% from 367); Green value is 111 (43.75% from 255 or 30.25% from 367); Blue value is 176 (69.14% from 255 or 47.96% from 367); Max value from RGB is 176 - color contains mainly: blue. Hex color #506FB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506FB0 is #AF904F. Grayscale: #6C6C6C. Windows color (decimal): -11505744 or 11562832. OLE color: 11562832.

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

Color convert

RGB 80 111 176 -
CMYK 0.55 0.37 0 0.31
HSL 220.63º 0.38% 0.5% -
HSV(B) 220.63º 0.55% 0.69% -
XYZ 16.83 16.21 43.32 -
YUV 109.14 165.73 107.21 -
System Red Green Blue C M Y K H S L
Decimal 80 111 176 0.55 0.37 0 0.31 220.63 0.38 0.5
Hex 50 6F B0 37 25 0 1F DD 26 32
Octal 120 157 260 67 45 0 37 335 46 62
Binary 1010000 1101111 10110000 110111 100101 0 11111 11011101 100110 110010

Color Harmonies of #506FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506FB0

Black with #506FB0

Text Example


Text Example

White with #506FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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