#536DA5

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

Shades of San Marino #536DA5

Tints of San Marino #536DA5

Color information

#536DA5 (or 0x536DA5) is unknown color: approx San Marino. HEX triplet: 53, 6D and A5. RGB value is (83,109,165). Sum of RGB (Red+Green+Blue) = 83+109+165=357 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.25% from 357); Green value is 109 (42.97% from 255 or 30.53% from 357); Blue value is 165 (64.84% from 255 or 46.22% from 357); Max value from RGB is 165 - color contains mainly: blue. Hex color #536DA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536DA5 is #AC925A. Grayscale: #6B6B6B. Windows color (decimal): -11309659 or 10841427. OLE color: 10841427.

HSL color Cylindrical-coordinate representation of color #536DA5: hue angle of 220.98º 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 #536DA5 is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB83109165-
CMYK0.500.3400.35
HSL220.98º33.06%48.63%-
HSV(B)220.98º49.7%64.71%-
XYZ15.8315.4937.75-
YUV107.61160.39110.45-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.25%
GREEN value IS 109 (42.97% from 255) = 30.53%
BLUE value IS 165 (64.84% from 255) = 46.22%
R=23.25%
G=30.53%
B=46.22%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal831091650.500.3400.35220.9833.0648.63
Hex536DA53222023dd2131
Octal12315524562420433354161
Binary1010011110110110100101110010100010010001111011101100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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