Html Css Color HEX #5070B3 San Marino

📋 copy color: '#5070B3'

red 80 ◦ green 112 ◦ blue 179

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

Shades of San Marino #5070B3

Tints of San Marino #5070B3

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.19%

 BLUE value IS 179 (70.31% from 255) = 48.25%

R = 21.56%
G = 30.19%
B = 48.25%

CMYK

 C value IS 0.55

 M value IS 0.37

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#5070B3 (or 0x5070B3) is known color: San Marino. HEX triplet: 50, 70 and B3. RGB value is (80,112,179). Sum of RGB (Red+Green+Blue) = 80+112+179=371 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.56% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 179 (70.31% from 255 or 48.25% from 371); Max value from RGB is 179 - color contains mainly: blue. Hex color #5070B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5070B3 is #AF8F4C. Grayscale: #6D6D6D. Windows color (decimal): -11505485 or 11759696. OLE color: 11759696.

HSL color Cylindrical-coordinate representation of color #5070B3: hue angle of 220.61º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5070B3 is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 80 112 179 -
CMYK 0.55 0.37 0 0.30
HSL 220.61º 0.39% 0.51% -
HSV(B) 220.61º 0.55% 0.7% -
XYZ 17.24 16.55 44.93 -
YUV 110.07 166.9 106.55 -
System Red Green Blue C M Y K H S L
Decimal 80 112 179 0.55 0.37 0 0.30 220.61 0.39 0.51
Hex 50 70 B3 37 25 0 1E DD 27 33
Octal 120 160 263 67 45 0 36 335 47 63
Binary 1010000 1110000 10110011 110111 100101 0 11110 11011101 100111 110011

Color Harmonies of #5070B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5070B3

Black with #5070B3

Text Example


Text Example

White with #5070B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5070B3; }

 p { color: rgb(80,112,179); }

 H1.HeaderClassName
 {
   color: #5070B3;
 }
 .AnyTagClassName
 {
   color: #5070B3;
 }
</style>

background-color css

<style>
 a { background-color: #5070B3; }

 a { background-color: rgb(80,112,179); }

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

border-color css

<style>
 span { border-color: #5070B3; }

 span { border-color: rgb(80,112,179); }

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