#536C9B

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

Shades of San Marino #536C9B

Tints of San Marino #536C9B

Color information

#536C9B (or 0x536C9B) is unknown color: approx San Marino. HEX triplet: 53, 6C and 9B. RGB value is (83,108,155). Sum of RGB (Red+Green+Blue) = 83+108+155=346 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.99% from 346); Green value is 108 (42.58% from 255 or 31.21% from 346); Blue value is 155 (60.94% from 255 or 44.80% from 346); Max value from RGB is 155 - color contains mainly: blue. Hex color #536C9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536C9B is #AC9364. Grayscale: #696969. Windows color (decimal): -11309925 or 10185811. OLE color: 10185811.

HSL color Cylindrical-coordinate representation of color #536C9B: hue angle of 219.17º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #536C9B is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB83108155-
CMYK0.460.3000.39
HSL219.17º30.25%46.67%-
HSV(B)219.17º46.45%60.78%-
XYZ14.8514.9333.11-
YUV105.88155.72111.68-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.99%
GREEN value IS 108 (42.58% from 255) = 31.21%
BLUE value IS 155 (60.94% from 255) = 44.80%
R=23.99%
G=31.21%
B=44.80%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal831081550.460.3000.39219.1730.2546.67
Hex536C9B2E1E027db1e2f
Octal12315423356360473333657
Binary10100111101100100110111011101111001001111101101111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,108,155); }

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

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

 a { background-color: rgb(83,108,155); }

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

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

 span { border-color: rgb(83,108,155); }

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