#536E9A

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

Shades of San Marino #536E9A

Tints of San Marino #536E9A

Color information

#536E9A (or 0x536E9A) is unknown color: approx San Marino. HEX triplet: 53, 6E and 9A. RGB value is (83,110,154). Sum of RGB (Red+Green+Blue) = 83+110+154=347 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.92% from 347); Green value is 110 (43.36% from 255 or 31.70% from 347); Blue value is 154 (60.55% from 255 or 44.38% from 347); Max value from RGB is 154 - color contains mainly: blue. Hex color #536E9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536E9A is #AC9165. Grayscale: #6A6A6A. Windows color (decimal): -11309414 or 10120787. OLE color: 10120787.

HSL color Cylindrical-coordinate representation of color #536E9A: hue angle of 217.18º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #536E9A is Cyan = 0.46, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB83110154-
CMYK0.460.2900.40
HSL217.18º29.96%46.47%-
HSV(B)217.18º46.1%60.39%-
XYZ14.9815.3232.74-
YUV106.94154.55110.92-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.92%
GREEN value IS 110 (43.36% from 255) = 31.70%
BLUE value IS 154 (60.55% from 255) = 44.38%
R=23.92%
G=31.70%
B=44.38%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal831101540.460.2900.40217.1829.9646.47
Hex536E9A2E1D028d91e2e
Octal12315623256350503313656
Binary10100111101110100110101011101110101010001101100111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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