#536FA5

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

Shades of San Marino #536FA5

Tints of San Marino #536FA5

Color information

#536FA5 (or 0x536FA5) is unknown color: approx San Marino. HEX triplet: 53, 6F and A5. RGB value is (83,111,165). Sum of RGB (Red+Green+Blue) = 83+111+165=359 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.12% from 359); Green value is 111 (43.75% from 255 or 30.92% from 359); Blue value is 165 (64.84% from 255 or 45.96% from 359); Max value from RGB is 165 - color contains mainly: blue. Hex color #536FA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536FA5 is #AC905A. Grayscale: #6C6C6C. Windows color (decimal): -11309147 or 10841939. OLE color: 10841939.

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

Color convert

RGB83111165-
CMYK0.500.3300.35
HSL219.51º33.06%48.63%-
HSV(B)219.51º49.7%64.71%-
XYZ16.0415.9237.83-
YUV108.78159.72109.61-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.12%
GREEN value IS 111 (43.75% from 255) = 30.92%
BLUE value IS 165 (64.84% from 255) = 45.96%
R=23.12%
G=30.92%
B=45.96%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal831111650.500.3300.35219.5133.0648.63
Hex536FA53221023dc2131
Octal12315724562410433344161
Binary1010011110111110100101110010100001010001111011100100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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