#56799E

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

Shades of San Marino #56799E

Tints of San Marino #56799E

Color information

#56799E (or 0x56799E) is unknown color: approx San Marino. HEX triplet: 56, 79 and 9E. RGB value is (86,121,158). Sum of RGB (Red+Green+Blue) = 86+121+158=365 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.56% from 365); Green value is 121 (47.66% from 255 or 33.15% from 365); Blue value is 158 (62.11% from 255 or 43.29% from 365); Max value from RGB is 158 - color contains mainly: blue. Hex color #56799E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56799E is #A98661. Grayscale: #727272. Windows color (decimal): -11109986 or 10385750. OLE color: 10385750.

HSL color Cylindrical-coordinate representation of color #56799E: hue angle of 210.83º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #56799E is Cyan = 0.46, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB86121158-
CMYK0.460.2300.38
HSL210.83º29.51%47.84%-
HSV(B)210.83º45.57%61.96%-
XYZ16.8518.1234.96-
YUV114.75152.4107.49-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.56%
GREEN value IS 121 (47.66% from 255) = 33.15%
BLUE value IS 158 (62.11% from 255) = 43.29%
R=23.56%
G=33.15%
B=43.29%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal861211580.460.2300.38210.8329.5147.84
Hex56799E2E17026d31e30
Octal12617123656270463233660
Binary10101101111001100111101011101011101001101101001111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56799E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56799E; }

 p { color: rgb(86,121,158); }

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

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

 a { background-color: rgb(86,121,158); }

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

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

 span { border-color: rgb(86,121,158); }

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