#5678AB

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

Shades of San Marino #5678AB

Tints of San Marino #5678AB

Color information

#5678AB (or 0x5678AB) is unknown color: approx San Marino. HEX triplet: 56, 78 and AB. RGB value is (86,120,171). Sum of RGB (Red+Green+Blue) = 86+120+171=377 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.81% from 377); Green value is 120 (47.27% from 255 or 31.83% from 377); Blue value is 171 (67.19% from 255 or 45.36% from 377); Max value from RGB is 171 - color contains mainly: blue. Hex color #5678AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5678AB is #A98754. Grayscale: #737373. Windows color (decimal): -11110229 or 11237462. OLE color: 11237462.

HSL color Cylindrical-coordinate representation of color #5678AB: hue angle of 216º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5678AB is Cyan = 0.50, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB86120171-
CMYK0.500.3000.33
HSL216º33.6%50.39%-
HSV(B)216º49.71%67.06%-
XYZ17.918.3541.13-
YUV115.65159.24106.85-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.81%
GREEN value IS 120 (47.27% from 255) = 31.83%
BLUE value IS 171 (67.19% from 255) = 45.36%
R=22.81%
G=31.83%
B=45.36%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal861201710.500.3000.3321633.650.39
Hex5678AB321E021d82232
Octal12617025362360413304262
Binary101011011110001010101111001011110010000111011000100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5678AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5678AB; }

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

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

<style>
 a { background-color: #5678AB; }

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

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

<style>
 span { border-color: #5678AB; }

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

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