#5366AA

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

Shades of San Marino #5366AA

Tints of San Marino #5366AA

Color information

#5366AA (or 0x5366AA) is unknown color: approx San Marino. HEX triplet: 53, 66 and AA. RGB value is (83,102,170). Sum of RGB (Red+Green+Blue) = 83+102+170=355 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.38% from 355); Green value is 102 (40.23% from 255 or 28.73% from 355); Blue value is 170 (66.80% from 255 or 47.89% from 355); Max value from RGB is 170 - color contains mainly: blue. Hex color #5366AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5366AA is #AC9955. Grayscale: #676767. Windows color (decimal): -11311446 or 11167315. OLE color: 11167315.

HSL color Cylindrical-coordinate representation of color #5366AA: hue angle of 226.9º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5366AA is Cyan = 0.51, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB83102170-
CMYK0.510.400.33
HSL226.9º34.39%49.61%-
HSV(B)226.9º51.18%66.67%-
XYZ15.5714.2439.96-
YUV104.07165.21112.97-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.38%
GREEN value IS 102 (40.23% from 255) = 28.73%
BLUE value IS 170 (66.80% from 255) = 47.89%
R=23.38%
G=28.73%
B=47.89%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal831021700.510.400.33226.934.3949.61
Hex5366AA3328021e32232
Octal12314625263500413434262
Binary1010011110011010101010110011101000010000111100011100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5366AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5366AA; }

 p { color: rgb(83,102,170); }

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

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

 a { background-color: rgb(83,102,170); }

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

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

 span { border-color: rgb(83,102,170); }

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