#567A9B

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

Shades of San Marino #567A9B

Tints of San Marino #567A9B

Color information

#567A9B (or 0x567A9B) is unknown color: approx San Marino. HEX triplet: 56, 7A and 9B. RGB value is (86,122,155). Sum of RGB (Red+Green+Blue) = 86+122+155=363 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.69% from 363); Green value is 122 (48.05% from 255 or 33.61% from 363); Blue value is 155 (60.94% from 255 or 42.70% from 363); Max value from RGB is 155 - color contains mainly: blue. Hex color #567A9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567A9B is #A98564. Grayscale: #727272. Windows color (decimal): -11109733 or 10189398. OLE color: 10189398.

HSL color Cylindrical-coordinate representation of color #567A9B: hue angle of 208.7º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #567A9B is Cyan = 0.45, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB86122155-
CMYK0.450.2100.39
HSL208.7º28.63%47.25%-
HSV(B)208.7º44.52%60.78%-
XYZ16.7118.2633.65-
YUV115150.57107.32-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.69%
GREEN value IS 122 (48.05% from 255) = 33.61%
BLUE value IS 155 (60.94% from 255) = 42.70%
R=23.69%
G=33.61%
B=42.70%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal861221550.450.2100.39208.728.6347.25
Hex567A9B2D15027d11d2f
Octal12617223355250473213557
Binary10101101111010100110111011011010101001111101000111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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