Html Css Color HEX #5073B2 San Marino

📋 copy color: '#5073B2'

red 80 ◦ green 115 ◦ blue 178

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

Shades of San Marino #5073B2

Tints of San Marino #5073B2

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.83%

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

R = 21.45%
G = 30.83%
B = 47.72%

CMYK

 C value IS 0.55

 M value IS 0.35

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#5073B2 (or 0x5073B2) is known color: San Marino. HEX triplet: 50, 73 and B2. RGB value is (80,115,178). Sum of RGB (Red+Green+Blue) = 80+115+178=373 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.45% from 373); Green value is 115 (45.31% from 255 or 30.83% from 373); Blue value is 178 (69.92% from 255 or 47.72% from 373); Max value from RGB is 178 - color contains mainly: blue. Hex color #5073B2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5073B2 is #AF8C4D. Grayscale: #6F6F6F. Windows color (decimal): -11504718 or 11694928. OLE color: 11694928.

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

Color convert

RGB 80 115 178 -
CMYK 0.55 0.35 0 0.30
HSL 218.57º 0.39% 0.51% -
HSV(B) 218.57º 0.55% 0.7% -
XYZ 17.47 17.18 44.51 -
YUV 111.72 165.4 105.38 -
System Red Green Blue C M Y K H S L
Decimal 80 115 178 0.55 0.35 0 0.30 218.57 0.39 0.51
Hex 50 73 B2 37 23 0 1E DB 27 33
Octal 120 163 262 67 43 0 36 333 47 63
Binary 1010000 1110011 10110010 110111 100011 0 11110 11011011 100111 110011

Color Harmonies of #5073B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5073B2

Black with #5073B2

Text Example


Text Example

White with #5073B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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