#556F9C

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

Shades of San Marino #556F9C

Tints of San Marino #556F9C

Color information

#556F9C (or 0x556F9C) is unknown color: approx San Marino. HEX triplet: 55, 6F and 9C. RGB value is (85,111,156). Sum of RGB (Red+Green+Blue) = 85+111+156=352 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.15% from 352); Green value is 111 (43.75% from 255 or 31.53% from 352); Blue value is 156 (61.33% from 255 or 44.32% from 352); Max value from RGB is 156 - color contains mainly: blue. Hex color #556F9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556F9C is #AA9063. Grayscale: #6C6C6C. Windows color (decimal): -11178084 or 10252117. OLE color: 10252117.

HSL color Cylindrical-coordinate representation of color #556F9C: hue angle of 218.03º 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 #556F9C is Cyan = 0.46, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB85111156-
CMYK0.460.2900.39
HSL218.03º29.46%47.25%-
HSV(B)218.03º45.51%61.18%-
XYZ15.4315.733.67-
YUV108.36154.89111.34-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.15%
GREEN value IS 111 (43.75% from 255) = 31.53%
BLUE value IS 156 (61.33% from 255) = 44.32%
R=24.15%
G=31.53%
B=44.32%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal851111560.460.2900.39218.0329.4647.25
Hex556F9C2E1D027da1d2f
Octal12515723456350473323557
Binary10101011101111100111001011101110101001111101101011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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