#566BAA

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

Shades of San Marino #566BAA

Tints of San Marino #566BAA

Color information

#566BAA (or 0x566BAA) is unknown color: approx San Marino. HEX triplet: 56, 6B and AA. RGB value is (86,107,170). Sum of RGB (Red+Green+Blue) = 86+107+170=363 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.69% from 363); Green value is 107 (42.19% from 255 or 29.48% from 363); Blue value is 170 (66.80% from 255 or 46.83% from 363); Max value from RGB is 170 - color contains mainly: blue. Hex color #566BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566BAA is #A99455. Grayscale: #6B6B6B. Windows color (decimal): -11113558 or 11168598. OLE color: 11168598.

HSL color Cylindrical-coordinate representation of color #566BAA: hue angle of 225º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #566BAA is Cyan = 0.49, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB86107170-
CMYK0.490.3700.33
HSL225º33.07%50.2%-
HSV(B)225º49.41%66.67%-
XYZ16.3515.440.14-
YUV107.9163.04112.38-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.69%
GREEN value IS 107 (42.19% from 255) = 29.48%
BLUE value IS 170 (66.80% from 255) = 46.83%
R=23.69%
G=29.48%
B=46.83%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal861071700.490.3700.3322533.0750.2
Hex566BAA3125021e12132
Octal12615325261450413414162
Binary1010110110101110101010110001100101010000111100001100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566BAA; }

 p { color: rgb(86,107,170); }

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

<style>
 a { background-color: #566BAA; }

 a { background-color: rgb(86,107,170); }

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

<style>
 span { border-color: #566BAA; }

 span { border-color: rgb(86,107,170); }

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