#536E9B

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

Shades of San Marino #536E9B

Tints of San Marino #536E9B

Color information

#536E9B (or 0x536E9B) is unknown color: approx San Marino. HEX triplet: 53, 6E and 9B. RGB value is (83,110,155). Sum of RGB (Red+Green+Blue) = 83+110+155=348 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.85% from 348); Green value is 110 (43.36% from 255 or 31.61% from 348); Blue value is 155 (60.94% from 255 or 44.54% from 348); Max value from RGB is 155 - color contains mainly: blue. Hex color #536E9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536E9B is #AC9164. Grayscale: #6A6A6A. Windows color (decimal): -11309413 or 10186323. OLE color: 10186323.

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

Color convert

RGB83110155-
CMYK0.460.2900.39
HSL217.5º30.25%46.67%-
HSV(B)217.5º46.45%60.78%-
XYZ15.0615.3633.18-
YUV107.06155.05110.84-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.85%
GREEN value IS 110 (43.36% from 255) = 31.61%
BLUE value IS 155 (60.94% from 255) = 44.54%
R=23.85%
G=31.61%
B=44.54%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal831101550.460.2900.39217.530.2546.67
Hex536E9B2E1D027da1e2f
Octal12315623356350473323657
Binary10100111101110100110111011101110101001111101101011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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