#536AAA

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

Shades of San Marino #536AAA

Tints of San Marino #536AAA

Color information

#536AAA (or 0x536AAA) is unknown color: approx San Marino. HEX triplet: 53, 6A and AA. RGB value is (83,106,170). Sum of RGB (Red+Green+Blue) = 83+106+170=359 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.12% from 359); Green value is 106 (41.80% from 255 or 29.53% from 359); Blue value is 170 (66.80% from 255 or 47.35% from 359); Max value from RGB is 170 - color contains mainly: blue. Hex color #536AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536AAA is #AC9555. Grayscale: #6A6A6A. Windows color (decimal): -11310422 or 11168339. OLE color: 11168339.

HSL color Cylindrical-coordinate representation of color #536AAA: hue angle of 224.14º 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 #536AAA is Cyan = 0.51, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB83106170-
CMYK0.510.3800.33
HSL224.14º34.39%49.61%-
HSV(B)224.14º51.18%66.67%-
XYZ15.9815.0540.09-
YUV106.42163.88111.3-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.12%
GREEN value IS 106 (41.80% from 255) = 29.53%
BLUE value IS 170 (66.80% from 255) = 47.35%
R=23.12%
G=29.53%
B=47.35%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal831061700.510.3800.33224.1434.3949.61
Hex536AAA3326021e02232
Octal12315225263460413404262
Binary1010011110101010101010110011100110010000111100000100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536AAA; }

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

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

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

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

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

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

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

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