#536E98

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

Shades of San Marino #536E98

Tints of San Marino #536E98

Color information

#536E98 (or 0x536E98) is unknown color: approx San Marino. HEX triplet: 53, 6E and 98. RGB value is (83,110,152). Sum of RGB (Red+Green+Blue) = 83+110+152=345 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.06% from 345); Green value is 110 (43.36% from 255 or 31.88% from 345); Blue value is 152 (59.77% from 255 or 44.06% from 345); Max value from RGB is 152 - color contains mainly: blue. Hex color #536E98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536E98 is #AC9167. Grayscale: #6A6A6A. Windows color (decimal): -11309416 or 9989715. OLE color: 9989715.

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

Color convert

RGB83110152-
CMYK0.450.2800.40
HSL216.52º29.36%46.08%-
HSV(B)216.52º45.39%59.61%-
XYZ14.8115.2631.87-
YUV106.72153.55111.08-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.06%
GREEN value IS 110 (43.36% from 255) = 31.88%
BLUE value IS 152 (59.77% from 255) = 44.06%
R=24.06%
G=31.88%
B=44.06%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal831101520.450.2800.40216.5229.3646.08
Hex536E982D1C028d91d2e
Octal12315623055340503313556
Binary10100111101110100110001011011110001010001101100111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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