#56789B

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

Shades of San Marino #56789B

Tints of San Marino #56789B

Color information

#56789B (or 0x56789B) is unknown color: approx San Marino. HEX triplet: 56, 78 and 9B. RGB value is (86,120,155). Sum of RGB (Red+Green+Blue) = 86+120+155=361 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.82% from 361); Green value is 120 (47.27% from 255 or 33.24% from 361); Blue value is 155 (60.94% from 255 or 42.94% from 361); Max value from RGB is 155 - color contains mainly: blue. Hex color #56789B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56789B is #A98764. Grayscale: #717171. Windows color (decimal): -11110245 or 10188886. OLE color: 10188886.

HSL color Cylindrical-coordinate representation of color #56789B: hue angle of 210.43º 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 #56789B is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB86120155-
CMYK0.450.2300.39
HSL210.43º28.63%47.25%-
HSV(B)210.43º44.52%60.78%-
XYZ16.4717.7833.57-
YUV113.82151.24108.15-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.82%
GREEN value IS 120 (47.27% from 255) = 33.24%
BLUE value IS 155 (60.94% from 255) = 42.94%
R=23.82%
G=33.24%
B=42.94%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal861201550.450.2300.39210.4328.6347.25
Hex56789B2D17027d21d2f
Octal12617023355270473223557
Binary10101101111000100110111011011011101001111101001011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56789B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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