#56669B

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

Shades of San Marino #56669B

Tints of San Marino #56669B

Color information

#56669B (or 0x56669B) is unknown color: approx San Marino. HEX triplet: 56, 66 and 9B. RGB value is (86,102,155). Sum of RGB (Red+Green+Blue) = 86+102+155=343 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.07% from 343); Green value is 102 (40.23% from 255 or 29.74% from 343); Blue value is 155 (60.94% from 255 or 45.19% from 343); Max value from RGB is 155 - color contains mainly: blue. Hex color #56669B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56669B is #A99964. Grayscale: #676767. Windows color (decimal): -11114853 or 10184278. OLE color: 10184278.

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

Color convert

RGB86102155-
CMYK0.450.3400.39
HSL226.09º28.63%47.25%-
HSV(B)226.09º44.52%60.78%-
XYZ14.5113.8532.92-
YUV103.26157.2115.69-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.07%
GREEN value IS 102 (40.23% from 255) = 29.74%
BLUE value IS 155 (60.94% from 255) = 45.19%
R=25.07%
G=29.74%
B=45.19%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal861021550.450.3400.39226.0928.6347.25
Hex56669B2D22027e21d2f
Octal12614623355420473423557
Binary101011011001101001101110110110001001001111110001011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56669B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56669B; }

 p { color: rgb(86,102,155); }

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

<style>
 a { background-color: #56669B; }

 a { background-color: rgb(86,102,155); }

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

<style>
 span { border-color: #56669B; }

 span { border-color: rgb(86,102,155); }

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