#536A9D

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

Shades of San Marino #536A9D

Tints of San Marino #536A9D

Color information

#536A9D (or 0x536A9D) is unknown color: approx San Marino. HEX triplet: 53, 6A and 9D. RGB value is (83,106,157). Sum of RGB (Red+Green+Blue) = 83+106+157=346 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.99% from 346); Green value is 106 (41.80% from 255 or 30.64% from 346); Blue value is 157 (61.72% from 255 or 45.38% from 346); Max value from RGB is 157 - color contains mainly: blue. Hex color #536A9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536A9D is #AC9562. Grayscale: #686868. Windows color (decimal): -11310435 or 10316371. OLE color: 10316371.

HSL color Cylindrical-coordinate representation of color #536A9D: hue angle of 221.35º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #536A9D is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB83106157-
CMYK0.470.3200.38
HSL221.35º30.83%47.06%-
HSV(B)221.35º47.13%61.57%-
XYZ14.8114.5833.93-
YUV104.94157.38112.35-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.99%
GREEN value IS 106 (41.80% from 255) = 30.64%
BLUE value IS 157 (61.72% from 255) = 45.38%
R=23.99%
G=30.64%
B=45.38%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal831061570.470.3200.38221.3530.8347.06
Hex536A9D2F20026dd1f2f
Octal12315223557400463353757
Binary101001111010101001110110111110000001001101101110111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,106,157); }

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

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

 a { background-color: rgb(83,106,157); }

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

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

 span { border-color: rgb(83,106,157); }

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