#536BAB

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

Shades of San Marino #536BAB

Tints of San Marino #536BAB

Color information

#536BAB (or 0x536BAB) is unknown color: approx San Marino. HEX triplet: 53, 6B and AB. RGB value is (83,107,171). Sum of RGB (Red+Green+Blue) = 83+107+171=361 (47% of max value = 765). Red value is 83 (32.81% from 255 or 22.99% from 361); Green value is 107 (42.19% from 255 or 29.64% from 361); Blue value is 171 (67.19% from 255 or 47.37% from 361); Max value from RGB is 171 - color contains mainly: blue. Hex color #536BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536BAB is #AC9454. Grayscale: #6A6A6A. Windows color (decimal): -11310165 or 11234131. OLE color: 11234131.

HSL color Cylindrical-coordinate representation of color #536BAB: hue angle of 223.64º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #536BAB is Cyan = 0.51, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB83107171-
CMYK0.510.3700.33
HSL223.64º34.65%49.8%-
HSV(B)223.64º51.46%67.06%-
XYZ16.1815.2940.63-
YUV107.12164.05110.8-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.99%
GREEN value IS 107 (42.19% from 255) = 29.64%
BLUE value IS 171 (67.19% from 255) = 47.37%
R=22.99%
G=29.64%
B=47.37%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal831071710.510.3700.33223.6434.6549.8
Hex536BAB3325021e02332
Octal12315325363450413404362
Binary1010011110101110101011110011100101010000111100000100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,107,171); }

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

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

 a { background-color: rgb(83,107,171); }

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

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

 span { border-color: rgb(83,107,171); }

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