#536F9B

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

Shades of San Marino #536F9B

Tints of San Marino #536F9B

Color information

#536F9B (or 0x536F9B) is unknown color: approx San Marino. HEX triplet: 53, 6F and 9B. RGB value is (83,111,155). Sum of RGB (Red+Green+Blue) = 83+111+155=349 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.78% from 349); Green value is 111 (43.75% from 255 or 31.81% from 349); Blue value is 155 (60.94% from 255 or 44.41% from 349); Max value from RGB is 155 - color contains mainly: blue. Hex color #536F9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536F9B is #AC9064. Grayscale: #6B6B6B. Windows color (decimal): -11309157 or 10186579. OLE color: 10186579.

HSL color Cylindrical-coordinate representation of color #536F9B: hue angle of 216.67º 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 #536F9B is Cyan = 0.46, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB83111155-
CMYK0.460.2800.39
HSL216.67º30.25%46.67%-
HSV(B)216.67º46.45%60.78%-
XYZ15.1715.5733.22-
YUV107.64154.72110.42-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.78%
GREEN value IS 111 (43.75% from 255) = 31.81%
BLUE value IS 155 (60.94% from 255) = 44.41%
R=23.78%
G=31.81%
B=44.41%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal831111550.460.2800.39216.6730.2546.67
Hex536F9B2E1C027d91e2f
Octal12315723356340473313657
Binary10100111101111100110111011101110001001111101100111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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