#567AAC

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

Shades of San Marino #567AAC

Tints of San Marino #567AAC

Color information

#567AAC (or 0x567AAC) is unknown color: approx San Marino. HEX triplet: 56, 7A and AC. RGB value is (86,122,172). Sum of RGB (Red+Green+Blue) = 86+122+172=380 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.63% from 380); Green value is 122 (48.05% from 255 or 32.11% from 380); Blue value is 172 (67.58% from 255 or 45.26% from 380); Max value from RGB is 172 - color contains mainly: blue. Hex color #567AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567AAC is #A98553. Grayscale: #747474. Windows color (decimal): -11109716 or 11303510. OLE color: 11303510.

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

Color convert

RGB86122172-
CMYK0.50.2900.33
HSL214.88º34.13%50.59%-
HSV(B)214.88º50%67.45%-
XYZ18.2418.8841.71-
YUV116.94159.07105.93-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.63%
GREEN value IS 122 (48.05% from 255) = 32.11%
BLUE value IS 172 (67.58% from 255) = 45.26%
R=22.63%
G=32.11%
B=45.26%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal861221720.50.2900.33214.8834.1350.59
Hex567AAC321D021d72233
Octal12617225462350413274263
Binary101011011110101010110011001011101010000111010111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567AAC; }

 p { color: rgb(86,122,172); }

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

<style>
 a { background-color: #567AAC; }

 a { background-color: rgb(86,122,172); }

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

<style>
 span { border-color: #567AAC; }

 span { border-color: rgb(86,122,172); }

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