#567499

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

Shades of San Marino #567499

Tints of San Marino #567499

Color information

#567499 (or 0x567499) is unknown color: approx San Marino. HEX triplet: 56, 74 and 99. RGB value is (86,116,153). Sum of RGB (Red+Green+Blue) = 86+116+153=355 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.23% from 355); Green value is 116 (45.70% from 255 or 32.68% from 355); Blue value is 153 (60.16% from 255 or 43.10% from 355); Max value from RGB is 153 - color contains mainly: blue. Hex color #567499 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567499 is #A98B66. Grayscale: #6F6F6F. Windows color (decimal): -11111271 or 10056790. OLE color: 10056790.

HSL color Cylindrical-coordinate representation of color #567499: hue angle of 213.13º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #567499 is Cyan = 0.44, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB86116153-
CMYK0.440.2400.4
HSL213.13º28.03%46.86%-
HSV(B)213.13º43.79%60%-
XYZ15.8316.7732.54-
YUV111.25151.56109.99-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.23%
GREEN value IS 116 (45.70% from 255) = 32.68%
BLUE value IS 153 (60.16% from 255) = 43.10%
R=24.23%
G=32.68%
B=43.10%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal861161530.440.2400.4213.1328.0346.86
Hex5674992C18028d51c2f
Octal12616423154300503253457
Binary10101101110100100110011011001100001010001101010111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567499; }

 p { color: rgb(86,116,153); }

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

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

 a { background-color: rgb(86,116,153); }

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

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

 span { border-color: rgb(86,116,153); }

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