Html Css Color HEX #5771AD San Marino

📋 copy color: '#5771AD'

red 87 ◦ green 113 ◦ blue 173

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

Shades of San Marino #5771AD

Tints of San Marino #5771AD

RGB

 RED value IS 87 (34.38% from 255) = 23.32%

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

 BLUE value IS 173 (67.97% from 255) = 46.38%

R = 23.32%
G = 30.29%
B = 46.38%

CMYK

 C value IS 0.50

 M value IS 0.35

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5771AD (or 0x5771AD) is known color: San Marino. HEX triplet: 57, 71 and AD. RGB value is (87,113,173). Sum of RGB (Red+Green+Blue) = 87+113+173=373 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.32% from 373); Green value is 113 (44.53% from 255 or 30.29% from 373); Blue value is 173 (67.97% from 255 or 46.38% from 373); Max value from RGB is 173 - color contains mainly: blue. Hex color #5771AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5771AD is #A88E52. Grayscale: #6F6F6F. Windows color (decimal): -11046483 or 11366743. OLE color: 11366743.

HSL color Cylindrical-coordinate representation of color #5771AD: hue angle of 221.86º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5771AD is Cyan = 0.50, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 87 113 173 -
CMYK 0.50 0.35 0 0.32
HSL 221.86º 0.34% 0.51% -
HSV(B) 221.86º 0.5% 0.68% -
XYZ 17.38 16.85 41.87 -
YUV 112.07 162.39 110.12 -
System Red Green Blue C M Y K H S L
Decimal 87 113 173 0.50 0.35 0 0.32 221.86 0.34 0.51
Hex 57 71 AD 32 23 0 20 DE 22 33
Octal 127 161 255 62 43 0 40 336 42 63
Binary 1010111 1110001 10101101 110010 100011 0 100000 11011110 100010 110011

Color Harmonies of #5771AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5771AD

Black with #5771AD

Text Example


Text Example

White with #5771AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5771AD; }

 p { color: rgb(87,113,173); }

 H1.HeaderClassName
 {
   color: #5771AD;
 }
 .AnyTagClassName
 {
   color: #5771AD;
 }
</style>

background-color css

<style>
 a { background-color: #5771AD; }

 a { background-color: rgb(87,113,173); }

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

border-color css

<style>
 span { border-color: #5771AD; }

 span { border-color: rgb(87,113,173); }

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