#556C9C

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

Shades of San Marino #556C9C

Tints of San Marino #556C9C

Color information

#556C9C (or 0x556C9C) is unknown color: approx San Marino. HEX triplet: 55, 6C and 9C. RGB value is (85,108,156). Sum of RGB (Red+Green+Blue) = 85+108+156=349 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.36% from 349); Green value is 108 (42.58% from 255 or 30.95% from 349); Blue value is 156 (61.33% from 255 or 44.70% from 349); Max value from RGB is 156 - color contains mainly: blue. Hex color #556C9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556C9C is #AA9363. Grayscale: #6A6A6A. Windows color (decimal): -11178852 or 10251349. OLE color: 10251349.

HSL color Cylindrical-coordinate representation of color #556C9C: hue angle of 220.56º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #556C9C is Cyan = 0.46, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB85108156-
CMYK0.460.3100.39
HSL220.56º29.46%47.25%-
HSV(B)220.56º45.51%61.18%-
XYZ15.1115.0633.56-
YUV106.6155.88112.6-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.36%
GREEN value IS 108 (42.58% from 255) = 30.95%
BLUE value IS 156 (61.33% from 255) = 44.70%
R=24.36%
G=30.95%
B=44.70%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal851081560.460.3100.39220.5629.4647.25
Hex556C9C2E1F027dd1d2f
Octal12515423456370473353557
Binary10101011101100100111001011101111101001111101110111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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