#566AA5

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

Shades of San Marino #566AA5

Tints of San Marino #566AA5

Color information

#566AA5 (or 0x566AA5) is unknown color: approx San Marino. HEX triplet: 56, 6A and A5. RGB value is (86,106,165). Sum of RGB (Red+Green+Blue) = 86+106+165=357 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.09% from 357); Green value is 106 (41.80% from 255 or 29.69% from 357); Blue value is 165 (64.84% from 255 or 46.22% from 357); Max value from RGB is 165 - color contains mainly: blue. Hex color #566AA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566AA5 is #A9955A. Grayscale: #6A6A6A. Windows color (decimal): -11113819 or 10840662. OLE color: 10840662.

HSL color Cylindrical-coordinate representation of color #566AA5: hue angle of 224.81º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #566AA5 is Cyan = 0.48, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB86106165-
CMYK0.480.3600.35
HSL224.81º31.47%49.22%-
HSV(B)224.81º47.88%64.71%-
XYZ15.781537.66-
YUV106.75160.87113.2-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.09%
GREEN value IS 106 (41.80% from 255) = 29.69%
BLUE value IS 165 (64.84% from 255) = 46.22%
R=24.09%
G=29.69%
B=46.22%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal861061650.480.3600.35224.8131.4749.22
Hex566AA53024023e11f31
Octal12615224560440433413761
Binary101011011010101010010111000010010001000111110000111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,106,165); }

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

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

 a { background-color: rgb(86,106,165); }

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

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

 span { border-color: rgb(86,106,165); }

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