#566BA5

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

Shades of San Marino #566BA5

Tints of San Marino #566BA5

Color information

#566BA5 (or 0x566BA5) is unknown color: approx San Marino. HEX triplet: 56, 6B and A5. RGB value is (86,107,165). Sum of RGB (Red+Green+Blue) = 86+107+165=358 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.02% from 358); Green value is 107 (42.19% from 255 or 29.89% from 358); Blue value is 165 (64.84% from 255 or 46.09% from 358); Max value from RGB is 165 - color contains mainly: blue. Hex color #566BA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566BA5 is #A9945A. Grayscale: #6B6B6B. Windows color (decimal): -11113563 or 10840918. OLE color: 10840918.

HSL color Cylindrical-coordinate representation of color #566BA5: hue angle of 224.05º 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 #566BA5 is Cyan = 0.48, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB86107165-
CMYK0.480.3500.35
HSL224.05º31.47%49.22%-
HSV(B)224.05º47.88%64.71%-
XYZ15.8915.2137.7-
YUV107.33160.54112.78-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.02%
GREEN value IS 107 (42.19% from 255) = 29.89%
BLUE value IS 165 (64.84% from 255) = 46.09%
R=24.02%
G=29.89%
B=46.09%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal861071650.480.3500.35224.0531.4749.22
Hex566BA53023023e01f31
Octal12615324560430433403761
Binary101011011010111010010111000010001101000111110000011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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