Html Css Color HEX #5771AF San Marino

📋 copy color: '#5771AF'

red 87 ◦ green 113 ◦ blue 175

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

Shades of San Marino #5771AF

Tints of San Marino #5771AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 46.67%

R = 23.2%
G = 30.13%
B = 46.67%

CMYK

 C value IS 0.50

 M value IS 0.35

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5771AF (or 0x5771AF) is known color: San Marino. HEX triplet: 57, 71 and AF. RGB value is (87,113,175). Sum of RGB (Red+Green+Blue) = 87+113+175=375 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.2% from 375); Green value is 113 (44.53% from 255 or 30.13% from 375); Blue value is 175 (68.75% from 255 or 46.67% from 375); Max value from RGB is 175 - color contains mainly: blue. Hex color #5771AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5771AF is #A88E50. Grayscale: #707070. Windows color (decimal): -11046481 or 11497815. OLE color: 11497815.

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

Color convert

RGB 87 113 175 -
CMYK 0.50 0.35 0 0.31
HSL 222.27º 0.35% 0.51% -
HSV(B) 222.27º 0.5% 0.69% -
XYZ 17.57 16.93 42.9 -
YUV 112.29 163.39 109.96 -
System Red Green Blue C M Y K H S L
Decimal 87 113 175 0.50 0.35 0 0.31 222.27 0.35 0.51
Hex 57 71 AF 32 23 0 1F DE 23 33
Octal 127 161 257 62 43 0 37 336 43 63
Binary 1010111 1110001 10101111 110010 100011 0 11111 11011110 100011 110011

Color Harmonies of #5771AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5771AF

Black with #5771AF

Text Example


Text Example

White with #5771AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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