#5772AE

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

Shades of San Marino #5772AE

Tints of San Marino #5772AE

Color information

#5772AE (or 0x5772AE) is unknown color: approx San Marino. HEX triplet: 57, 72 and AE. RGB value is (87,114,174). Sum of RGB (Red+Green+Blue) = 87+114+174=375 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.2% from 375); Green value is 114 (44.92% from 255 or 30.4% from 375); Blue value is 174 (68.36% from 255 or 46.4% from 375); Max value from RGB is 174 - color contains mainly: blue. Hex color #5772AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5772AE is #A88D51. Grayscale: #707070. Windows color (decimal): -11046226 or 11432535. OLE color: 11432535.

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

Color convert

RGB87114174-
CMYK0.50.3400.32
HSL221.38º34.94%51.18%-
HSV(B)221.38º50%68.24%-
XYZ17.5917.1242.42-
YUV112.77162.55109.62-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.2%
GREEN value IS 114 (44.92% from 255) = 30.4%
BLUE value IS 174 (68.36% from 255) = 46.4%
R=23.2%
G=30.4%
B=46.4%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal871141740.50.3400.32221.3834.9451.18
Hex5772AE3222020dd2333
Octal12716225662420403354363
Binary1010111111001010101110110010100010010000011011101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5772AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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