#567A9C

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

Shades of San Marino #567A9C

Tints of San Marino #567A9C

Color information

#567A9C (or 0x567A9C) is unknown color: approx San Marino. HEX triplet: 56, 7A and 9C. RGB value is (86,122,156). Sum of RGB (Red+Green+Blue) = 86+122+156=364 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.63% from 364); Green value is 122 (48.05% from 255 or 33.52% from 364); Blue value is 156 (61.33% from 255 or 42.86% from 364); Max value from RGB is 156 - color contains mainly: blue. Hex color #567A9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567A9C is #A98563. Grayscale: #727272. Windows color (decimal): -11109732 or 10254934. OLE color: 10254934.

HSL color Cylindrical-coordinate representation of color #567A9C: hue angle of 209.14º 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 #567A9C is Cyan = 0.45, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB86122156-
CMYK0.450.2200.39
HSL209.14º28.93%47.45%-
HSV(B)209.14º44.87%61.18%-
XYZ16.818.334.1-
YUV115.11151.07107.24-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.63%
GREEN value IS 122 (48.05% from 255) = 33.52%
BLUE value IS 156 (61.33% from 255) = 42.86%
R=23.63%
G=33.52%
B=42.86%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal861221560.450.2200.39209.1428.9347.45
Hex567A9C2D16027d11d2f
Octal12617223455260473213557
Binary10101101111010100111001011011011001001111101000111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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