#536EA9

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

Shades of San Marino #536EA9

Tints of San Marino #536EA9

Color information

#536EA9 (or 0x536EA9) is unknown color: approx San Marino. HEX triplet: 53, 6E and A9. RGB value is (83,110,169). Sum of RGB (Red+Green+Blue) = 83+110+169=362 (47% of max value = 765). Red value is 83 (32.81% from 255 or 22.93% from 362); Green value is 110 (43.36% from 255 or 30.39% from 362); Blue value is 169 (66.41% from 255 or 46.69% from 362); Max value from RGB is 169 - color contains mainly: blue. Hex color #536EA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536EA9 is #AC9156. Grayscale: #6C6C6C. Windows color (decimal): -11309399 or 11103827. OLE color: 11103827.

HSL color Cylindrical-coordinate representation of color #536EA9: hue angle of 221.16º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #536EA9 is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB83110169-
CMYK0.510.3500.34
HSL221.16º34.13%49.41%-
HSV(B)221.16º50.89%66.27%-
XYZ16.315.8639.74-
YUV108.65162.05109.7-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.93%
GREEN value IS 110 (43.36% from 255) = 30.39%
BLUE value IS 169 (66.41% from 255) = 46.69%
R=22.93%
G=30.39%
B=46.69%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal831101690.510.3500.34221.1634.1349.41
Hex536EA93323022dd2231
Octal12315625163430423354261
Binary1010011110111010101001110011100011010001011011101100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,110,169); }

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

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

 a { background-color: rgb(83,110,169); }

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

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

 span { border-color: rgb(83,110,169); }

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