#556FA5

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

Shades of San Marino #556FA5

Tints of San Marino #556FA5

Color information

#556FA5 (or 0x556FA5) is unknown color: approx San Marino. HEX triplet: 55, 6F and A5. RGB value is (85,111,165). Sum of RGB (Red+Green+Blue) = 85+111+165=361 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.55% from 361); Green value is 111 (43.75% from 255 or 30.75% from 361); Blue value is 165 (64.84% from 255 or 45.71% from 361); Max value from RGB is 165 - color contains mainly: blue. Hex color #556FA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556FA5 is #AA905A. Grayscale: #6D6D6D. Windows color (decimal): -11178075 or 10841941. OLE color: 10841941.

HSL color Cylindrical-coordinate representation of color #556FA5: hue angle of 220.5º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #556FA5 is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB85111165-
CMYK0.480.3300.35
HSL220.5º32%49.02%-
HSV(B)220.5º48.48%64.71%-
XYZ16.2216.0237.83-
YUV109.38159.39110.61-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.55%
GREEN value IS 111 (43.75% from 255) = 30.75%
BLUE value IS 165 (64.84% from 255) = 45.71%
R=23.55%
G=30.75%
B=45.71%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal851111650.480.3300.35220.53249.02
Hex556FA53021023dc2031
Octal12515724560410433344061
Binary1010101110111110100101110000100001010001111011100100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556FA5; }

 p { color: rgb(85,111,165); }

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

<style>
 a { background-color: #556FA5; }

 a { background-color: rgb(85,111,165); }

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

<style>
 span { border-color: #556FA5; }

 span { border-color: rgb(85,111,165); }

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