#566BA3

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

Shades of San Marino #566BA3

Tints of San Marino #566BA3

Color information

#566BA3 (or 0x566BA3) is unknown color: approx San Marino. HEX triplet: 56, 6B and A3. RGB value is (86,107,163). Sum of RGB (Red+Green+Blue) = 86+107+163=356 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.16% from 356); Green value is 107 (42.19% from 255 or 30.06% from 356); Blue value is 163 (64.06% from 255 or 45.79% from 356); Max value from RGB is 163 - color contains mainly: blue. Hex color #566BA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566BA3 is #A9945C. Grayscale: #6A6A6A. Windows color (decimal): -11113565 or 10709846. OLE color: 10709846.

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

Color convert

RGB86107163-
CMYK0.470.3400.36
HSL223.64º30.92%48.82%-
HSV(B)223.64º47.24%63.92%-
XYZ15.7115.1436.74-
YUV107.1159.54112.95-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.16%
GREEN value IS 107 (42.19% from 255) = 30.06%
BLUE value IS 163 (64.06% from 255) = 45.79%
R=24.16%
G=30.06%
B=45.79%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal861071630.470.3400.36223.6430.9248.82
Hex566BA32F22024e01f31
Octal12615324357420443403761
Binary101011011010111010001110111110001001001001110000011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566BA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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