#556CA3

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

Shades of San Marino #556CA3

Tints of San Marino #556CA3

Color information

#556CA3 (or 0x556CA3) is unknown color: approx San Marino. HEX triplet: 55, 6C and A3. RGB value is (85,108,163). Sum of RGB (Red+Green+Blue) = 85+108+163=356 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.88% from 356); Green value is 108 (42.58% from 255 or 30.34% from 356); Blue value is 163 (64.06% from 255 or 45.79% from 356); Max value from RGB is 163 - color contains mainly: blue. Hex color #556CA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556CA3 is #AA935C. Grayscale: #6B6B6B. Windows color (decimal): -11178845 or 10710101. OLE color: 10710101.

HSL color Cylindrical-coordinate representation of color #556CA3: hue angle of 222.31º 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 #556CA3 is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB85108163-
CMYK0.480.3400.36
HSL222.31º31.45%48.63%-
HSV(B)222.31º47.85%63.92%-
XYZ15.7215.336.78-
YUV107.39159.38112.03-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.88%
GREEN value IS 108 (42.58% from 255) = 30.34%
BLUE value IS 163 (64.06% from 255) = 45.79%
R=23.88%
G=30.34%
B=45.79%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal851081630.480.3400.36222.3131.4548.63
Hex556CA33022024de1f31
Octal12515424360420443363761
Binary101010111011001010001111000010001001001001101111011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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