#5574AD

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

Shades of San Marino #5574AD

Tints of San Marino #5574AD

Color information

#5574AD (or 0x5574AD) is unknown color: approx San Marino. HEX triplet: 55, 74 and AD. RGB value is (85,116,173). Sum of RGB (Red+Green+Blue) = 85+116+173=374 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.73% from 374); Green value is 116 (45.70% from 255 or 31.02% from 374); Blue value is 173 (67.97% from 255 or 46.26% from 374); Max value from RGB is 173 - color contains mainly: blue. Hex color #5574AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5574AD is #AA8B52. Grayscale: #707070. Windows color (decimal): -11176787 or 11367509. OLE color: 11367509.

HSL color Cylindrical-coordinate representation of color #5574AD: hue angle of 218.86º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5574AD is Cyan = 0.51, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB85116173-
CMYK0.510.3300.32
HSL218.86º34.92%50.59%-
HSV(B)218.86º50.87%67.84%-
XYZ17.5317.4441.98-
YUV113.23161.73107.87-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.73%
GREEN value IS 116 (45.70% from 255) = 31.02%
BLUE value IS 173 (67.97% from 255) = 46.26%
R=22.73%
G=31.02%
B=46.26%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal851161730.510.3300.32218.8634.9250.59
Hex5574AD3321020db2333
Octal12516425563410403334363
Binary1010101111010010101101110011100001010000011011011100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5574AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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