#5771AE

Color #5771AE San Marino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Marino #5771AE

Tints of San Marino #5771AE

Color information

#5771AE (or 0x5771AE) is unknown color: approx San Marino. HEX triplet: 57, 71 and AE. RGB value is (87,113,174). Sum of RGB (Red+Green+Blue) = 87+113+174=374 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.26% from 374); Green value is 113 (44.53% from 255 or 30.21% from 374); Blue value is 174 (68.36% from 255 or 46.52% from 374); Max value from RGB is 174 - color contains mainly: blue. Hex color #5771AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5771AE is #A88E51. Grayscale: #6F6F6F. Windows color (decimal): -11046482 or 11432279. OLE color: 11432279.

HSL color Cylindrical-coordinate representation of color #5771AE: hue angle of 222.07º degrees, saturation: 0.35, 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 #5771AE is Cyan = 0.5, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB87113174-
CMYK0.50.3500.32
HSL222.07º34.94%51.18%-
HSV(B)222.07º50%68.24%-
XYZ17.4816.8942.38-
YUV112.18162.89110.04-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.26%
GREEN value IS 113 (44.53% from 255) = 30.21%
BLUE value IS 174 (68.36% from 255) = 46.52%
R=23.26%
G=30.21%
B=46.52%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal871131740.50.3500.32222.0734.9451.18
Hex5771AE3223020de2333
Octal12716125662430403364363
Binary1010111111000110101110110010100011010000011011110100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5771AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5771AE;
 }
 .AnyTagClassName
 {
   color: #5771AE;
 }
</style>
background-color css

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

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

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

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

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

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