#56669E

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

Shades of San Marino #56669E

Tints of San Marino #56669E

Color information

#56669E (or 0x56669E) is unknown color: approx San Marino. HEX triplet: 56, 66 and 9E. RGB value is (86,102,158). Sum of RGB (Red+Green+Blue) = 86+102+158=346 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.86% from 346); Green value is 102 (40.23% from 255 or 29.48% from 346); Blue value is 158 (62.11% from 255 or 45.66% from 346); Max value from RGB is 158 - color contains mainly: blue. Hex color #56669E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56669E is #A99961. Grayscale: #676767. Windows color (decimal): -11114850 or 10380886. OLE color: 10380886.

HSL color Cylindrical-coordinate representation of color #56669E: hue angle of 226.67º 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 #56669E is Cyan = 0.46, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB86102158-
CMYK0.460.3500.38
HSL226.67º29.51%47.84%-
HSV(B)226.67º45.57%61.96%-
XYZ14.7613.9534.26-
YUV103.6158.7115.45-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.86%
GREEN value IS 102 (40.23% from 255) = 29.48%
BLUE value IS 158 (62.11% from 255) = 45.66%
R=24.86%
G=29.48%
B=45.66%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal861021580.460.3500.38226.6729.5147.84
Hex56669E2E23026e31e30
Octal12614623656430463433660
Binary101011011001101001111010111010001101001101110001111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56669E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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