Html Css Color HEX #5070B2 San Marino

📋 copy color: '#5070B2'

red 80 ◦ green 112 ◦ blue 178

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

Shades of San Marino #5070B2

Tints of San Marino #5070B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 48.11%

R = 21.62%
G = 30.27%
B = 48.11%

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

#5070B2 (or 0x5070B2) is known color: San Marino. HEX triplet: 50, 70 and B2. RGB value is (80,112,178). Sum of RGB (Red+Green+Blue) = 80+112+178=370 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.62% from 370); Green value is 112 (44.14% from 255 or 30.27% from 370); Blue value is 178 (69.92% from 255 or 48.11% from 370); Max value from RGB is 178 - color contains mainly: blue. Hex color #5070B2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5070B2 is #AF8F4D. Grayscale: #6D6D6D. Windows color (decimal): -11505486 or 11694160. OLE color: 11694160.

HSL color Cylindrical-coordinate representation of color #5070B2: hue angle of 220.41º 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 #5070B2 is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 80 112 178 -
CMYK 0.55 0.37 0 0.30
HSL 220.41º 0.39% 0.51% -
HSV(B) 220.41º 0.55% 0.7% -
XYZ 17.14 16.51 44.4 -
YUV 109.96 166.4 106.63 -
System Red Green Blue C M Y K H S L
Decimal 80 112 178 0.55 0.37 0 0.30 220.41 0.39 0.51
Hex 50 70 B2 37 25 0 1E DC 27 33
Octal 120 160 262 67 45 0 36 334 47 63
Binary 1010000 1110000 10110010 110111 100101 0 11110 11011100 100111 110011

Color Harmonies of #5070B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5070B2

Black with #5070B2

Text Example


Text Example

White with #5070B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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