#536DB2

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

Shades of San Marino #536DB2

Tints of San Marino #536DB2

Color information

#536DB2 (or 0x536DB2) is unknown color: approx San Marino. HEX triplet: 53, 6D and B2. RGB value is (83,109,178). Sum of RGB (Red+Green+Blue) = 83+109+178=370 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.43% from 370); Green value is 109 (42.97% from 255 or 29.46% from 370); Blue value is 178 (69.92% from 255 or 48.11% from 370); Max value from RGB is 178 - color contains mainly: blue. Hex color #536DB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536DB2 is #AC924D. Grayscale: #6C6C6C. Windows color (decimal): -11309646 or 11693395. OLE color: 11693395.

HSL color Cylindrical-coordinate representation of color #536DB2: hue angle of 223.58º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #536DB2 is Cyan = 0.53, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB83109178-
CMYK0.530.3900.30
HSL223.58º38.15%51.18%-
HSV(B)223.58º53.37%69.8%-
XYZ17.0715.9944.31-
YUV109.09166.89109.39-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.43%
GREEN value IS 109 (42.97% from 255) = 29.46%
BLUE value IS 178 (69.92% from 255) = 48.11%
R=22.43%
G=29.46%
B=48.11%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal831091780.530.3900.30223.5838.1551.18
Hex536DB2352701Ee02633
Octal12315526265470363404663
Binary101001111011011011001011010110011101111011100000100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536DB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,109,178); }

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

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

 a { background-color: rgb(83,109,178); }

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

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

 span { border-color: rgb(83,109,178); }

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