#567AAA

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

Shades of San Marino #567AAA

Tints of San Marino #567AAA

Color information

#567AAA (or 0x567AAA) is unknown color: approx San Marino. HEX triplet: 56, 7A and AA. RGB value is (86,122,170). Sum of RGB (Red+Green+Blue) = 86+122+170=378 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.75% from 378); Green value is 122 (48.05% from 255 or 32.28% from 378); Blue value is 170 (66.80% from 255 or 44.97% from 378); Max value from RGB is 170 - color contains mainly: blue. Hex color #567AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567AAA is #A98555. Grayscale: #747474. Windows color (decimal): -11109718 or 11172438. OLE color: 11172438.

HSL color Cylindrical-coordinate representation of color #567AAA: hue angle of 214.29º 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 #567AAA is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB86122170-
CMYK0.490.2800.33
HSL214.29º33.07%50.2%-
HSV(B)214.29º49.41%66.67%-
XYZ18.0518.840.71-
YUV116.71158.07106.1-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.75%
GREEN value IS 122 (48.05% from 255) = 32.28%
BLUE value IS 170 (66.80% from 255) = 44.97%
R=22.75%
G=32.28%
B=44.97%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal861221700.490.2800.33214.2933.0750.2
Hex567AAA311C021d62132
Octal12617225261340413264162
Binary101011011110101010101011000111100010000111010110100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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