Html Css Color HEX #5771A4 San Marino

📋 copy color: '#5771A4'

red 87 ◦ green 113 ◦ blue 164

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

Shades of San Marino #5771A4

Tints of San Marino #5771A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 45.05%

R = 23.9%
G = 31.04%
B = 45.05%

CMYK

 C value IS 0.47

 M value IS 0.31

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#5771A4 (or 0x5771A4) is known color: San Marino. HEX triplet: 57, 71 and A4. RGB value is (87,113,164). Sum of RGB (Red+Green+Blue) = 87+113+164=364 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.90% from 364); Green value is 113 (44.53% from 255 or 31.04% from 364); Blue value is 164 (64.45% from 255 or 45.05% from 364); Max value from RGB is 164 - color contains mainly: blue. Hex color #5771A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5771A4 is #A88E5B. Grayscale: #6E6E6E. Windows color (decimal): -11046492 or 10776919. OLE color: 10776919.

HSL color Cylindrical-coordinate representation of color #5771A4: hue angle of 219.74º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5771A4 is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 87 113 164 -
CMYK 0.47 0.31 0 0.36
HSL 219.74º 0.31% 0.49% -
HSV(B) 219.74º 0.47% 0.64% -
XYZ 16.54 16.52 37.44 -
YUV 111.04 157.89 110.85 -
System Red Green Blue C M Y K H S L
Decimal 87 113 164 0.47 0.31 0 0.36 219.74 0.31 0.49
Hex 57 71 A4 2F 1F 0 24 DC 1F 31
Octal 127 161 244 57 37 0 44 334 37 61
Binary 1010111 1110001 10100100 101111 11111 0 100100 11011100 11111 110001

Color Harmonies of #5771A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5771A4

Black with #5771A4

Text Example


Text Example

White with #5771A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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