#5774AD

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

Shades of San Marino #5774AD

Tints of San Marino #5774AD

Color information

#5774AD (or 0x5774AD) is unknown color: approx San Marino. HEX triplet: 57, 74 and AD. RGB value is (87,116,173). Sum of RGB (Red+Green+Blue) = 87+116+173=376 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.14% from 376); Green value is 116 (45.70% from 255 or 30.85% from 376); Blue value is 173 (67.97% from 255 or 46.01% from 376); Max value from RGB is 173 - color contains mainly: blue. Hex color #5774AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5774AD is #A88B52. Grayscale: #717171. Windows color (decimal): -11045715 or 11367511. OLE color: 11367511.

HSL color Cylindrical-coordinate representation of color #5774AD: hue angle of 219.77º 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 #5774AD is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB87116173-
CMYK0.500.3300.32
HSL219.77º34.4%50.98%-
HSV(B)219.77º49.71%67.84%-
XYZ17.7217.5341.99-
YUV113.83161.39108.87-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.14%
GREEN value IS 116 (45.70% from 255) = 30.85%
BLUE value IS 173 (67.97% from 255) = 46.01%
R=23.14%
G=30.85%
B=46.01%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal871161730.500.3300.32219.7734.450.98
Hex5774AD3221020dc2233
Octal12716425562410403344263
Binary1010111111010010101101110010100001010000011011100100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5774AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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