Html Css Color HEX #5371B3 San Marino

📋 copy color: '#5371B3'

red 83 ◦ green 113 ◦ blue 179

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

Shades of San Marino #5371B3

Tints of San Marino #5371B3

RGB

 RED value IS 83 (32.81% from 255) = 22.13%

 GREEN value IS 113 (44.53% from 255) = 30.13%

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

R = 22.13%
G = 30.13%
B = 47.73%

CMYK

 C value IS 0.54

 M value IS 0.37

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#5371B3 (or 0x5371B3) is known color: San Marino. HEX triplet: 53, 71 and B3. RGB value is (83,113,179). Sum of RGB (Red+Green+Blue) = 83+113+179=375 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.13% from 375); Green value is 113 (44.53% from 255 or 30.13% from 375); Blue value is 179 (70.31% from 255 or 47.73% from 375); Max value from RGB is 179 - color contains mainly: blue. Hex color #5371B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5371B3 is #AC8E4C. Grayscale: #6F6F6F. Windows color (decimal): -11308621 or 11759955. OLE color: 11759955.

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

Color convert

RGB 83 113 179 -
CMYK 0.54 0.37 0 0.30
HSL 221.25º 0.39% 0.51% -
HSV(B) 221.25º 0.54% 0.7% -
XYZ 17.61 16.9 44.98 -
YUV 111.55 166.06 107.63 -
System Red Green Blue C M Y K H S L
Decimal 83 113 179 0.54 0.37 0 0.30 221.25 0.39 0.51
Hex 53 71 B3 36 25 0 1E DD 27 33
Octal 123 161 263 66 45 0 36 335 47 63
Binary 1010011 1110001 10110011 110110 100101 0 11110 11011101 100111 110011

Color Harmonies of #5371B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5371B3

Black with #5371B3

Text Example


Text Example

White with #5371B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,113,179); }

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

background-color css

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

 a { background-color: rgb(83,113,179); }

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

border-color css

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

 span { border-color: rgb(83,113,179); }

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