#556FA3

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

Shades of San Marino #556FA3

Tints of San Marino #556FA3

Color information

#556FA3 (or 0x556FA3) is unknown color: approx San Marino. HEX triplet: 55, 6F and A3. RGB value is (85,111,163). Sum of RGB (Red+Green+Blue) = 85+111+163=359 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.68% from 359); Green value is 111 (43.75% from 255 or 30.92% from 359); Blue value is 163 (64.06% from 255 or 45.40% from 359); Max value from RGB is 163 - color contains mainly: blue. Hex color #556FA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556FA3 is #AA905C. Grayscale: #6C6C6C. Windows color (decimal): -11178077 or 10710869. OLE color: 10710869.

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

Color convert

RGB85111163-
CMYK0.480.3200.36
HSL220º31.45%48.63%-
HSV(B)220º47.85%63.92%-
XYZ16.0415.9436.88-
YUV109.15158.39110.77-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.68%
GREEN value IS 111 (43.75% from 255) = 30.92%
BLUE value IS 163 (64.06% from 255) = 45.40%
R=23.68%
G=30.92%
B=45.40%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal851111630.480.3200.3622031.4548.63
Hex556FA33020024dc1f31
Octal12515724360400443343761
Binary101010111011111010001111000010000001001001101110011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556FA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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